summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-11 11:33:27 +0200
committerGitHub <noreply@github.com>2019-04-11 11:33:27 +0200
commit2b00db68554422ec37faba2a80179a0172df6349 (patch)
tree164b39074b3563200714215ea8273c59f173feb5 /Python
parent57b1a2862a99677f09614e9e456d36aae9ddd87c (diff)
downloadcpython-git-2b00db68554422ec37faba2a80179a0172df6349.tar.gz
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Replace _PyMem_IsFreed() function with _PyMem_IsPtrFreed() inline function. The function is now way more efficient, it became a simple comparison on integers, rather than a short loop. It detects also uninitialized bytes and "forbidden bytes" filled by debug hooks on memory allocators. Add unit tests on _PyObject_IsFreed().
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions