This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, pablogsal, terry.reedy, vstinner, yselivanov
Date 2019-05-14.20:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557864492.64.0.420290897673.issue36870@roundup.psfhosted.org>
In-reply-to
Content
PR 13313 has been merged into master. Let's see if it does fix this issue in master.

Python 3.7 is different: streams.py doesn't have _fast_drain() which was added by commit a076e4f5e42b85664693191d04cfb33e2f9acfa5 (bpo-36802). So instead, I created PR 13328 to revert the commit 93aa57ac6594d1cc30d147720fc8a7a4e1ca2d3e of bpo-36801, to get more time to find a proper fix to Python 3.7.
History
Date User Action Args
2019-05-14 20:08:12vstinnersetrecipients: + vstinner, terry.reedy, asvetlov, yselivanov, pablogsal
2019-05-14 20:08:12vstinnersetmessageid: <1557864492.64.0.420290897673.issue36870@roundup.psfhosted.org>
2019-05-14 20:08:12vstinnerlinkissue36870 messages
2019-05-14 20:08:12vstinnercreate