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