Files
cpython/Doc/c-api
Pablo Galindo f13072b8a8 bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Add the functions PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public API to allow to query if Python objects are being currently tracked or have been already finalized by the garbage collector respectively.
2020-04-11 01:21:54 +01:00
..
2019-12-25 07:39:35 -08:00
2019-10-30 21:37:16 +02:00
2019-10-30 21:37:16 +02:00