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.
P
Pablo Galindo committed
f13072b8a89a922285737988b086beb4b06c6648
Parent: 0361556
Committed by GitHub <noreply@github.com>
on 4/11/2020, 12:21:54 AM