summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-09-20 10:31:22 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-09-20 10:31:22 (GMT)
commit51f0633efdc31ae29d5813881a96b0c737fca075 (patch)
tree3c340af902f24aabda493e62ff33a67ce7261db5 /Misc
parent4b017bbac0dd4e0a7e3c4424157c278dc4f8fa72 (diff)
downloadcpython-51f0633efdc31ae29d5813881a96b0c737fca075.zip
cpython-51f0633efdc31ae29d5813881a96b0c737fca075.tar.gz
cpython-51f0633efdc31ae29d5813881a96b0c737fca075.tar.bz2
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cac78e1..bdd121c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@ Core and Builtins
Library
-------
+- Issue #6851: Fix urllib.urlopen crash on secondairy threads on OSX 10.6
+
- Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
does now always result in NULL.