mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The tracemalloc_tracebacks hash table has traceback keys and NULL values, but its destructors do not reflect this -- key_destroy_func is NULL while value_destroy_func is raw_free. Swap these to free the traceback keys instead.
Miscellaneous source files for the main Python shared library