Home
last modified time | relevance | path

Searched refs:_Py_FatalRefcountError (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_object.h32 #define _Py_FatalRefcountError(message) _Py_FatalRefcountErrorFunc(__func__, message) macro
60 _Py_FatalRefcountError("Expected a positive remaining refcount"); in _Py_DECREF_NO_DEALLOC()
/third_party/python/Objects/
H A Dboolobject.c4 #include "pycore_object.h" // _Py_FatalRefcountError()
149 _Py_FatalRefcountError("deallocating True or False"); in Py_UNUSED()
H A Dtupleobject.c8 #include "pycore_object.h" // _PyObject_GC_TRACK(), _Py_FatalRefcountError()
192 _Py_FatalRefcountError("deallocating the empty tuple singleton"); in tupledealloc()
H A Dobject.c12 #include "pycore_object.h" // _PyType_CheckConsistency(), _Py_FatalRefcountError()
1630 _Py_FatalRefcountError("deallocating None"); in Py_UNUSED()
H A Dunicodeobject.c51 #include "pycore_object.h" // _PyObject_GC_TRACK(), _Py_FatalRefcountError()
1913 _Py_FatalRefcountError("deallocating an Unicode singleton"); in unicode_dealloc()

Completed in 24 milliseconds