diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-07 16:21:41 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-07 16:21:41 +0200 |
commit | b64049183cee61edc112eefa3ca76916d03e9f02 (patch) | |
tree | fd0be14ac288739314a5108c6e21879f641b0b40 /Python/fileutils.c | |
parent | 1a7425f67a0d141483d89ca80ca01e3cb7f6be92 (diff) | |
download | cpython-git-b64049183cee61edc112eefa3ca76916d03e9f02.tar.gz |
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Replace malloc() with PyMem_Malloc() when the GIL is held, or with
PyMem_RawMalloc() otherwise.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions