Home
last modified time | relevance | path

Searched refs:_PyObject_GetState (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst142 [UPDATE] Remove the one of the pickleability tests in _PyObject_GetState()
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst224 _PyObject_GetState() due to regressions observed in Cython-based projects.
D3.6.0a1.rst429 _PyObject_GetState() due to regressions observed in Cython-based projects.
/external/python/cpython3/Objects/
Dtypeobject.c4108 _PyObject_GetState(PyObject *obj, int required) in _PyObject_GetState() function
4468 state = _PyObject_GetState(obj, in reduce_newobj()