SIGN IN SIGN UP

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.
V
Victor Stinner committed
d013b241352e902389f955f8f99d75f16c124ee2
Parent: 1781d55
Committed by GitHub <noreply@github.com> on 1/21/2022, 3:02:38 AM