Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Modules
zlibmodule.c
Find file
Blame
History
Permalink
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
· b6404918
Victor Stinner
authored
Jul 07, 2013
Replace malloc() with PyMem_Malloc() when the GIL is held, or with PyMem_RawMalloc() otherwise.
b6404918