bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
The _thread module now creates its _ExceptHookArgs type as a heap type using PyStructSequence_NewType(), rather than using a static type.
V
Victor Stinner committed
f389b37fb1cebe7ed66331cdd373a014695261f6
Parent: 6415e2e
Committed by GitHub <noreply@github.com>
on 1/21/2022, 1:51:04 AM