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, miss-islington, ned.deily, pablogsal, vstinner, yselivanov
Date 2018-06-09.16:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528562679.23.0.592728768989.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
I ran attached race.py on the 3.6 branch:

* 2000 packets of 16 KiB: ok
* 50 packets of 16 MiB: ok

It seems like Python 3.6 (at least the 3.6 development branch) doesn't have this bug.

It didn't see the bug recently, so I close the issue.

Python 3.6 has a different issue: pause_reading() cannot be called twice, same issue with resume_reading(). But I'm not sure that it can be called a bug. Python 3.7 allows to call these methods twice and to call these methods while closing: they just do nothing in that case.

I close the issue.
History
Date User Action Args
2018-06-09 16:44:39vstinnersetrecipients: + vstinner, ned.deily, asvetlov, yselivanov, pablogsal, miss-islington
2018-06-09 16:44:39vstinnersetmessageid: <1528562679.23.0.592728768989.issue33694@psf.upfronthosting.co.za>
2018-06-09 16:44:39vstinnerlinkissue33694 messages
2018-06-09 16:44:38vstinnercreate