diff options
author | twisteroid ambassador <twisteroidambassador@users.noreply.github.com> | 2018-07-30 18:58:50 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-07-30 18:58:50 (GMT) |
commit | 9045199c5aaeac9b52537581be127d999b5944ee (patch) | |
tree | 36e2ab26c69d390c0ec86edfb7612a98d9dbe8c9 /Misc | |
parent | 6921ef7bef4eab3819b3d0fda5fa3e3b2a8c0613 (diff) | |
download | cpython-9045199c5aaeac9b52537581be127d999b5944ee.zip cpython-9045199c5aaeac9b52537581be127d999b5944ee.tar.gz cpython-9045199c5aaeac9b52537581be127d999b5944ee.tar.bz2 |
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-17-11-46-20.bpo-33833.RnEqvM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-17-11-46-20.bpo-33833.RnEqvM.rst b/Misc/NEWS.d/next/Library/2018-06-17-11-46-20.bpo-33833.RnEqvM.rst new file mode 100644 index 0000000..1a7672f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-17-11-46-20.bpo-33833.RnEqvM.rst @@ -0,0 +1,2 @@ +Fixed bug in asyncio where ProactorSocketTransport logs AssertionError if +force closed during write. |