diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-21 13:41:08 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-21 13:41:08 (GMT) |
commit | 99773359843803c54574b6ee6fc1516e7fcde10f (patch) | |
tree | 68960c3b75d0819093d72d6e742273246a678e18 /Misc | |
parent | ccaf380fabaf09362de926a648b131114b33e90b (diff) | |
download | cpython-99773359843803c54574b6ee6fc1516e7fcde10f.zip cpython-99773359843803c54574b6ee6fc1516e7fcde10f.tar.gz cpython-99773359843803c54574b6ee6fc1516e7fcde10f.tar.bz2 |
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -379,6 +379,8 @@ Core and Builtins Library ------- +- Issue #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. + - Issue #6851: Fix urllib.urlopen crash on secondairy threads on OSX 10.6 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) |