]> granicus.if.org Git - python/commit
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
authorEddie Elizondo <eduardo.elizondorueda@gmail.com>
Tue, 13 Nov 2018 12:09:31 +0000 (04:09 -0800)
committerPetr Viktorin <encukou@gmail.com>
Tue, 13 Nov 2018 12:09:31 +0000 (13:09 +0100)
commit474eedfb3d1b6fecbd749f36bf4a987cf4a00b44
tree755905c5417d597c1a148fb719bbe83c10013649
parent1a6be91e6fd65ce9cb88cbbbb193db7e92ec6076
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
Misc/NEWS.d/next/Core and Builtins/2018-10-02-09-10-47.bpo-34784.07hdgD.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/posixmodule.c
Objects/structseq.c
Objects/typeobject.c