Home
last modified time | relevance | path

Searched refs:_PyObject_IsFreed (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/
Dobject.c35 CHECK(!_PyObject_IsFreed(op)); in _PyObject_CheckConsistency()
327 _PyObject_IsFreed(PyObject *op) in _PyObject_IsFreed() function
350 if (_PyObject_IsFreed(op)) { in _PyObject_Dump()
2170 if (_PyObject_IsFreed(obj)) { in _PyObject_AssertFailed()
Dtypeobject.c156 CHECK(!_PyObject_IsFreed((PyObject *)type)); in _PyType_CheckConsistency()
/external/python/cpython3/Include/cpython/
Dobject.h312 PyAPI_FUNC(int) _PyObject_IsFreed(PyObject *);
/external/python/cpython3/Modules/
Dgcmodule.c441 _PyObject_ASSERT(_PyObject_CAST(parent), !_PyObject_IsFreed(op)); in visit_decref()
2161 if (_PyObject_IsFreed(op)) { in visit_validate()
D_testcapimodule.c4624 if (!_PyObject_IsFreed(op)) { in test_pyobject_is_freed()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst4366 Rewrite ``_PyObject_IsFreed()`` unit tests.