projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f5751
)
Add a NEWS entry for #29870 (PR #981) (#2047)
author
Yury Selivanov
<yury@magic.io>
Fri, 9 Jun 2017 22:38:30 +0000
(18:38 -0400)
committer
GitHub
<noreply@github.com>
Fri, 9 Jun 2017 22:38:30 +0000
(18:38 -0400)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 1bc38b7bd2ca7678be7ac6b2bf11ade14cb87f5c..9db4e34caece7a0d93a1cd82d5c9b8e24b7abdc1 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-350,6
+350,9
@@
Extension Modules
Library
-------
+- bpo-29870: Fix ssl sockets leaks when connection is aborted in asyncio/ssl
+ implementation. Patch by Michaël Sghaïer.
+
- bpo-29743: Closing transport during handshake process leaks open socket.
Patch by Nikolay Kim