summaryrefslogtreecommitdiffstats
path: root/Modules/syslogmodule.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-09-11 15:50:21 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-09-11 15:50:21 (GMT)
commitee6c3c7162dee452dc42d9a1001bf1a0a1e15f26 (patch)
tree4d3622954cbe18234e2525ede2e4cf5bbede1a25 /Modules/syslogmodule.c
parenta1b16bab2fc389813d042fe1d0c3d4d38d1bbb9b (diff)
downloadcpython-ee6c3c7162dee452dc42d9a1001bf1a0a1e15f26.zip
cpython-ee6c3c7162dee452dc42d9a1001bf1a0a1e15f26.tar.gz
cpython-ee6c3c7162dee452dc42d9a1001bf1a0a1e15f26.tar.bz2
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 'Modules/syslogmodule.c')
0 files changed, 0 insertions, 0 deletions