diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-05-24 13:47:37 +0200 |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-05-24 13:47:37 +0200 |
| commit | 27a4ac535f112b87d91f433eb9edcd0ae9988354 (patch) | |
| tree | 6a2ae9b31323e7134f237af7e2209bc880d74fec /Misc | |
| parent | 05ec6aca3a73772f16128628e8c3786b3e0cc4e6 (diff) | |
| download | cpython-git-27a4ac535f112b87d91f433eb9edcd0ae9988354.tar.gz | |
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called
with some unusual argument combinations.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Library - Issue #17968: Fix memory leak in os.listxattr(). +- Issue #17269: Workaround for socket.getaddrinfo crash on MacOS X + with port None or "0" and flags AI_NUMERICSERV. + IDLE ---- |
