diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-21 02:51:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 02:51:04 +0100 |
commit | f389b37fb1cebe7ed66331cdd373a014695261f6 (patch) | |
tree | f328c5fd2878572d61d17f030fa1e82ef23a840c /Python/sysmodule.c | |
parent | 6415e2ee4955b1a995c1e75544e2506b03780c3d (diff) | |
download | cpython-f389b37fb1cebe7ed66331cdd373a014695261f6.tar.gz cpython-f389b37fb1cebe7ed66331cdd373a014695261f6.zip |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions