diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-05-02 22:22:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 22:22:28 (GMT) |
commit | 0d9d61828bbd6cbc289489bf1d439fa91eca3743 (patch) | |
tree | ca5c576de6aed5c1014d0ea9a99f1601df91236f /Misc/NEWS | |
parent | 360fb81367bb409bb7a1d261d88fcf82cee528f0 (diff) | |
download | cpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.zip cpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.tar.gz cpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.tar.bz2 |
Backport bpo-30205 to 3.5 (#1404)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Extension Modules Library ------- +- bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux. + - bpo-30070: Fixed leaks and crashes in errors handling in the parser module. - bpo-30061: Fixed crashes in IOBase methods __next__() and readlines() when |