• Victor Stinner's avatar
    PyMem_Malloc() now uses the fast pymalloc allocator · f5c4b990
    Victor Stinner yazdı
    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.
    f5c4b990
Adı
Son kayıt (commit)
Son güncelleme
..
cmdline.rst Loading commit data...
index.rst Loading commit data...
mac.rst Loading commit data...
scripts.rst Loading commit data...
unix.rst Loading commit data...
venv-create.inc Loading commit data...
win_installer.png Loading commit data...
windows.rst Loading commit data...