Message 355375 - Python tracker

Message355375

Author aeros
Recipients aeros, asvetlov, vstinner, yselivanov
Date 2019-10-25.19:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572032223.99.0.568979713644.issue38591@roundup.psfhosted.org>
In-reply-to
Content
> Didn't we just add MultiLoopChildWatcher in 3.8?

Yep, that's correct: https://docs.python.org/3/library/asyncio-policy.html#asyncio.MultiLoopChildWatcher

I wasn't aware of that, but it would explain the current lack of usage. I'm generally in favor of Andrew's idea to deprecate the watchers subsystem, but perhaps if we go through with that we should remove MultiLoopChildWatcher from 3.8 (if it's not too late to do so) instead of deprecating it.
History
Date User Action Args
2019-10-25 19:37:04aerossetrecipients: + aeros, vstinner, asvetlov, yselivanov
2019-10-25 19:37:03aerossetmessageid: <1572032223.99.0.568979713644.issue38591@roundup.psfhosted.org>
2019-10-25 19:37:03aeroslinkissue38591 messages
2019-10-25 19:37:03aeroscreate