summaryrefslogtreecommitdiffstats
path: root/Python/traceback.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2021-12-07 21:37:51 (GMT)
committerGitHub <noreply@github.com>2021-12-07 21:37:51 (GMT)
commit9b577cd01f66512b503115c0fdbf0734edfd5f8a (patch)
treecc98fb8d68d0cafc0e7e3e6a4b55cfc8674a7334 /Python/traceback.c
parent313f92a57bc3887026ec16adb536bb2b7580ce47 (diff)
downloadcpython-9b577cd01f66512b503115c0fdbf0734edfd5f8a.zip
cpython-9b577cd01f66512b503115c0fdbf0734edfd5f8a.tar.gz
cpython-9b577cd01f66512b503115c0fdbf0734edfd5f8a.tar.bz2
bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)
Doing so allows us to stop assigning various fields to `NULL` and 0. It also more closely matches the behavior of a static initializer. Automerge-Triggered-By: GH:ericsnowcurrently
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions