summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-06 23:14:33 (GMT)
committerNed Deily <nad@acm.org>2014-07-06 23:14:33 (GMT)
commit7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c (patch)
treeebae83e1c15344bc038c411344201005bf5eaeb8 /Misc
parent898eb826962a6d14e92f2f8c4343abeb3f810030 (diff)
downloadcpython-7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c.zip
cpython-7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c.tar.gz
cpython-7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c.tar.bz2
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e08323..97ffbfc 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
-----