mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| cmdline.rst | ||
| index.rst | ||
| mac.rst | ||
| scripts.rst | ||
| unix.rst | ||
| venv-create.inc | ||
| win_installer.png | ||
| windows.rst | ||