diff options
| author | Victor Stinner <vstinner@python.org> | 2022-01-21 03:02:38 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-21 03:02:38 (GMT) |
| commit | d013b241352e902389f955f8f99d75f16c124ee2 (patch) | |
| tree | 669f683a125a254191afd8c32f8d10784536ae6c /Python/specialize.c | |
| parent | 1781d55eb34f94029e50970232635fc5082378cb (diff) | |
| download | cpython-d013b241352e902389f955f8f99d75f16c124ee2.zip cpython-d013b241352e902389f955f8f99d75f16c124ee2.tar.gz cpython-d013b241352e902389f955f8f99d75f16c124ee2.tar.bz2 | |
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.
Diffstat (limited to 'Python/specialize.c')
0 files changed, 0 insertions, 0 deletions
