mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
f5c4b99034
Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application.