Uh oh!
There was an error while loading. Please reload this page.
[3.7] Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" - #13328
Conversation
vstinner
commented
May 14, 2019
The revert is motivated by https://bugs.python.org/issue36870 : test_asyncio fails randomly which causes a lot of pain in the Python CI and the Python workflow. See: |
vstinner
commented
May 14, 2019
This revert is for Python 3.7. |
asvetlov
commented
May 14, 2019
Sorry, I mean the same code should be reverted on the master too |
vstinner
commented
May 14, 2019
Without this change, I easily reproduce the failure on Windows: With this change, the test pass as expected: |
asvetlov
commented
May 14, 2019
Cool! |
vstinner
commented
May 14, 2019
Well, I don't know yet if PR #13313 fixed https://bugs.python.org/issue36870 on master. Anyway, I created PR #13329 for master. |
This reverts commit 93aa57a.
https://bugs.python.org/issue36801