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
E
Eric Snow committed
9b577cd01f66512b503115c0fdbf0734edfd5f8a
Parent: 313f92a
Committed by GitHub <noreply@github.com>
on 12/7/2021, 9:37:51 PM