diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 11:23:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 11:23:45 (GMT) |
commit | 046c4d13beea45c2b89b7b80f2654dff5a38eac8 (patch) | |
tree | fa6ee440f5575b55f9af8948e1233bbf0ea44c4f /Misc | |
parent | 8609da9b17ef73a2fbd272fe665ca054f6383929 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |