diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2021-12-07 21:37:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 21:37:51 (GMT) |
commit | 9b577cd01f66512b503115c0fdbf0734edfd5f8a (patch) | |
tree | cc98fb8d68d0cafc0e7e3e6a4b55cfc8674a7334 /Python/dynload_shlib.c | |
parent | 313f92a57bc3887026ec16adb536bb2b7580ce47 (diff) | |
download | cpython-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/dynload_shlib.c')
0 files changed, 0 insertions, 0 deletions