mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
gh-123619: Fix PyUnstable_Object_EnableDeferredRefcount() (GH-151260)
Return 0 if the object is not tracked by the GC.
(cherry picked from commit 72e7eddce6)
Co-authored-by: Victor Stinner <[email protected]>