From de0574bdabc1183706406b421dea2e3e3c165eb3 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 7 Oct 2016 23:24:35 +0300 Subject: Issue #18287: PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas Koep. --- Misc/ACKS | 1 + Misc/NEWS | 3 +++ 2 files changed, 4 insertions(+) (limited to 'Misc') diff --git a/Misc/ACKS b/Misc/ACKS index 6c1bafee18..d35f1e8916 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -775,6 +775,7 @@ Jeff Knupp Kubilay Kocak Greg Kochanski Manvisha Kodali +Niklas Koep Damon Kohler Marko Kohtala Vajrasky Kok diff --git a/Misc/NEWS b/Misc/NEWS index 36a7f30a43..1b1c9d63dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #18287: PyType_Ready() now checks that tp_name is not NULL. + Original patch by Niklas Koep. + - Issue #24098: Fixed possible crash when AST is changed in process of compiling it. -- cgit v1.2.1