mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
2500eb96b2
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