mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
db39bc42f9
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