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 xtreak
Recipients asvetlov, docs@python, dtrauma, eamanu, mbussonn, miss-islington, xtreak, yselivanov
Date 2019-09-10.14:46:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568126803.98.0.679055115583.issue36373@roundup.psfhosted.org>
In-reply-to
Content
Ah okay. There were places like Condition's constructor that has a deprecation warning and we construct a Lock with loop passed in the constructor and I passed along _asyncio_internal. I would be happy to look into your PR since mine is just passing along _asyncio_internal=True for all the stdlib calls.

I think it would be good if tests ran with warnings (at least DeprecationWarning and some class of warnings) as error but not sure why :(
History
Date User Action Args
2019-09-10 14:46:44xtreaksetrecipients: + xtreak, asvetlov, docs@python, yselivanov, mbussonn, eamanu, miss-islington, dtrauma
2019-09-10 14:46:43xtreaksetmessageid: <1568126803.98.0.679055115583.issue36373@roundup.psfhosted.org>
2019-09-10 14:46:43xtreaklinkissue36373 messages
2019-09-10 14:46:43xtreakcreate