commit | d3950527e7b51129accad96a9890ab99224e918a | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jul 11 09:05:07 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jul 11 09:05:07 2010 +0000 |
tree | 68f22dbb31e376bd19b05e9764ea92355454996c | |
parent | 8a1c2543ff43964fb26191caee531197b3b89245 [diff] |
Fix for issue 9164
diff --git a/Misc/NEWS b/Misc/NEWS index debfb0c..b72e78a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -470,6 +470,8 @@ Library ------- +- Issue #9164: Ensure that sysconfig handles duplicate -arch flags in CFLAGS + - Issue #7646: The fnmatch pattern cache no longer grows without bound. - Issue #9136: Fix 'dictionary changed size during iteration'