bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733) · python/cpython@f389b37 · GitHub
Skip to content

Commit f389b37

Browse files
authored
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.
1 parent 6415e2e commit f389b37

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

Modules/_threadmodule.c

Lines changed: 14 additions & 12 deletions

0 commit comments

Comments
 (0)