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 asvetlov
Recipients Ben.Darnell, Big Stone, asvetlov, lukasz.langa, vstinner, yselivanov
Date 2019-06-24.09:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561369363.81.0.996387859725.issue37373@roundup.psfhosted.org>
In-reply-to
Content
I don't like to have not required parts like thread pool, time handlers, and the exception handler executed in the auxiliary thread.

What's about an alternative proposal: embed into ProactorEventLoop not entire SelectorEventLoop but selectors.SelectSelector only? We will have a little more code but the code is very clear and self-contained.
History
Date User Action Args
2019-06-24 09:42:43asvetlovsetrecipients: + asvetlov, vstinner, lukasz.langa, Ben.Darnell, yselivanov, Big Stone
2019-06-24 09:42:43asvetlovsetmessageid: <1561369363.81.0.996387859725.issue37373@roundup.psfhosted.org>
2019-06-24 09:42:43asvetlovlinkissue37373 messages
2019-06-24 09:42:43asvetlovcreate