diff options
author | Ned Deily <nad@acm.org> | 2014-07-06 23:14:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-06 23:14:33 (GMT) |
commit | 7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c (patch) | |
tree | ebae83e1c15344bc038c411344201005bf5eaeb8 /Misc | |
parent | 898eb826962a6d14e92f2f8c4343abeb3f810030 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |