summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-12-03 11:23:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-12-03 11:23:45 (GMT)
commit046c4d13beea45c2b89b7b80f2654dff5a38eac8 (patch)
treefa6ee440f5575b55f9af8948e1233bbf0ea44c4f /Misc
parent8609da9b17ef73a2fbd272fe665ca054f6383929 (diff)
downloadcpython-046c4d13beea45c2b89b7b80f2654dff5a38eac8.zip
cpython-046c4d13beea45c2b89b7b80f2654dff5a38eac8.tar.gz
cpython-046c4d13beea45c2b89b7b80f2654dff5a38eac8.tar.bz2
Patch #1544279: Improve thread-safety of the socket module by moving
the sock_addr_t storage out of the socket object. Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64ae13f..0ce50ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,6 +240,9 @@ Library
Extension Modules
-----------------
+- Patch #1544279: Improve thread-safety of the socket module by moving
+ the sock_addr_t storage out of the socket object.
+
- Speed up function calls into the math module.
- Bug #1588217: don't parse "= " as a soft line break in binascii's