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-10.11:51:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528631461.44.0.592728768989.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
>  pause_reading and resume_reading became idempotent only in 3.7

Do you consider that it's a new feature or a bugfix? Should we backport this change to 3.6? Currently, race.py fails with an error because of the 3.6 behaviour. (I modified asyncio to be able to run race.py on 3.6.)
History
Date User Action Args
2018-06-10 11:51:01vstinnersetrecipients: + vstinner, ned.deily, asvetlov, yselivanov, pablogsal, miss-islington
2018-06-10 11:51:01vstinnersetmessageid: <1528631461.44.0.592728768989.issue33694@psf.upfronthosting.co.za>
2018-06-10 11:51:01vstinnerlinkissue33694 messages
2018-06-10 11:51:01vstinnercreate