Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.7] Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)"#13328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The revert is motivated byhttps://bugs.python.org/issue36870 : test_asyncio fails randomly which causes a lot of pain in the Python CI and the Python workflow. See: |
asvetlov commentedMay 14, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This revert is for Python 3.7. |
Sorry, I mean the same code should be reverted on the master too |
Without this change, I easily reproduce the failure on Windows:
With this change, the test pass as expected:
|
Cool! |
Well, I don't know yet if PR#13313 fixedhttps://bugs.python.org/issue36870 on master. Anyway, I created PR#13329 for master. |
Uh oh!
There was an error while loading.Please reload this page.
This reverts commit93aa57a.
https://bugs.python.org/issue36801