bpo-46417: signal uses PyStructSequence_NewType() (GH-30735) · python/cpython@d013b24 · GitHub
Skip to content

Commit d013b24

Browse files
authored
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
The signal module now creates its struct_siginfo type as a heap type using PyStructSequence_NewType(), rather than using a static type. Add 'siginfo_type' member to the global signal_state_t structure.
1 parent 1781d55 commit d013b24

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

Modules/signalmodule.c

Lines changed: 9 additions & 7 deletions

0 commit comments

Comments
 (0)