[3.7] Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)"#13328
[3.7] Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)"#13328vstinner merged 1 commit into
Conversation
|
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: |
Sorry, something went wrong.
This revert is for Python 3.7. |
Sorry, something went wrong.
|
Sorry, I mean the same code should be reverted on the master too |
Sorry, something went wrong.
|
Without this change, I easily reproduce the failure on Windows: With this change, the test pass as expected: |
Sorry, something went wrong.
|
Cool! |
Sorry, something went wrong.
Well, I don't know yet if PR #13313 fixed https://bugs.python.org/issue36870 on master. Anyway, I created PR #13329 for master. |
Sorry, something went wrong.
This reverts commit 93aa57a.
https://bugs.python.org/issue36801