summaryrefslogtreecommitdiffstats
path: root/Objects/methodobject.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-01-21 03:02:38 (GMT)
committerGitHub <noreply@github.com>2022-01-21 03:02:38 (GMT)
commitd013b241352e902389f955f8f99d75f16c124ee2 (patch)
tree669f683a125a254191afd8c32f8d10784536ae6c /Objects/methodobject.c
parent1781d55eb34f94029e50970232635fc5082378cb (diff)
downloadcpython-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 'Objects/methodobject.c')
0 files changed, 0 insertions, 0 deletions