summaryrefslogtreecommitdiffstats
path: root/Python/marshal.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-08-31 16:05:15 (GMT)
committerGitHub <noreply@github.com>2021-08-31 16:05:15 (GMT)
commit4300352000beed22fb525ec45fd331918d206528 (patch)
treed85e14e3f00ce829258f890ee2e71698c9adf713 /Python/marshal.c
parent9a7ec2fcdee2da9e080ca459d4c240776df72567 (diff)
downloadcpython-4300352000beed22fb525ec45fd331918d206528.zip
cpython-4300352000beed22fb525ec45fd331918d206528.tar.gz
cpython-4300352000beed22fb525ec45fd331918d206528.tar.bz2
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Add a deallocator to the bool type to detect refcount bugs in C extensions which call Py_DECREF(Py_True) or Py_DECREF(Py_False) by mistake.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions