mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
This helps catch double deallocation bugs and is similar to the assertion in the GIL-enabled build. The call to `validate_refcounts` is moved up to start of the GC because `queue_untracked_obj_decref()` creates it own zero reference count garbage.
Miscellaneous source files for the main Python shared library