mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
tracemalloc_alloc(), tracemalloc_realloc(), tracemalloc_free(), _PyTraceMalloc_TraceRef() and _PyTraceMalloc_GetMemory() now check 'tracemalloc_config.tracing' after calling TABLES_LOCK(). _PyTraceMalloc_TraceRef() now always returns 0.
Miscellaneous source files for the main Python shared library