summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-09-11 17:50:21 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-09-11 17:50:21 +0200
commitdcaeb518e8984885347e164e26fc3c10a1e98eb9 (patch)
tree97860a3d10dccf2c75e7abcd8b73a3d5aa627aa0 /Python/fileutils.c
parent7575032a044998dddc981f49d3b16af005602d7d (diff)
downloadcpython-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