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 aeros
Recipients aeros, asvetlov, lukasz.langa, vstinner, yselivanov
Date 2019-09-09.05:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I've opened PR-15735 which applies the same functionality as Victor's PR-13786, but adds the public getter and setter methods (for both AbstractEventLoop and BaseEventLoop) as requested by Andrew. 

Since this is still causing intermittent CI failures from test_asyncio, I think it's important to implement these changes in some form in the near future.
History
Date User Action Args
2019-09-09 05:50:37aerossetrecipients: + aeros, vstinner, asvetlov, lukasz.langa, yselivanov
2019-09-09 05:50:36aerossetmessageid: <[email protected]>
2019-09-09 05:50:36aeroslinkissue34037 messages
2019-09-09 05:50:36aeroscreate