mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
46c7e13c05
Support calling PyTraceMalloc_Track() and PyTraceMalloc_Untrack() during late Python finalization. * Call _PyTraceMalloc_Fini() later in Python finalization. * Test also PyTraceMalloc_Untrack() without the GIL * PyTraceMalloc_Untrack() now gets the GIL. * Test also PyTraceMalloc_Untrack() in test_tracemalloc_track_race().
Miscellaneous source files for the main Python shared library