]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jan 2022 01:51:04 +0000 (02:51 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 01:51:04 +0000 (02:51 +0100)
commitf389b37fb1cebe7ed66331cdd373a014695261f6
treef328c5fd2878572d61d17f030fa1e82ef23a840c
parent6415e2ee4955b1a995c1e75544e2506b03780c3d
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.
Modules/_threadmodule.c