diff options
author | Ned Deily <nad@acm.org> | 2014-07-06 16:14:33 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-06 16:14:33 -0700 |
commit | f07c3adcf0e2ce5a321c6c33690c8ea975de2306 (patch) | |
tree | 84e182fc2d2a79c1d31ad82116a65827aaf64861 /Misc/NEWS | |
parent | 8aeb4534df40057e7a99aa3f653db97461653db9 (diff) | |
download | cpython-f07c3adcf0e2ce5a321c6c33690c8ea975de2306.tar.gz |
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
Diffstat (limited to 'Misc/NEWS')
-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 ----- |