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 gvanrossum
Recipients docs@python, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2017-11-07.05:35:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510032964.1.0.213398074469.issue31950@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed that this needs more clarification. Is something stopping you from submitting a PR? Note that the thing about non-main-threads is mentioned in the docstring for BaseDefaultEventLoopPolicy. I agree that the best way to create a new policy is to study the existing code and subclass DefaultEventLoopPolicy.
History
Date User Action Args
2017-11-07 05:36:04gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, docs@python, yselivanov
2017-11-07 05:36:04gvanrossumsetmessageid: <1510032964.1.0.213398074469.issue31950@psf.upfronthosting.co.za>
2017-11-07 05:36:04gvanrossumlinkissue31950 messages
2017-11-07 05:35:59gvanrossumcreate