diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-09-11 17:50:21 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-09-11 17:50:21 +0200 |
commit | dcaeb518e8984885347e164e26fc3c10a1e98eb9 (patch) | |
tree | 97860a3d10dccf2c75e7abcd8b73a3d5aa627aa0 /Python/fileutils.c | |
parent | 7575032a044998dddc981f49d3b16af005602d7d (diff) | |
download | cpython-dcaeb518e8984885347e164e26fc3c10a1e98eb9.tar.gz |
Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter
The PyMem_Malloc(size) function has a well defined behaviour: if size is 0, a
pointer different than NULL is returned. PyMem_Malloc() allocations are
tracked by tracemalloc, attemptckalloc() allocations are not tracked.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions