Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Modules
posixmodule.c
Find file
Blame
History
Permalink
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
· 5feffd05
Victor Stinner
authored
Jul 07, 2013
Replace malloc() with PyMem_Malloc() when the GIL is held, or with PyMem_RawMalloc() otherwise.
5feffd05