From f07c3adcf0e2ce5a321c6c33690c8ea975de2306 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 6 Jul 2014 16:14:33 -0700 Subject: Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler due to possible uninitialized _config_vars. Original patch by Alex Gaynor. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index 4e083233a5..97ffbfc01a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -136,6 +136,9 @@ Library - Issue #21801: Validate that __signature__ is None or an instance of Signature. +- Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler + due to possible uninitialized _config_vars. + Build ----- -- cgit v1.2.1