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 vstinner
Recipients asvetlov, gvanrossum, vstinner, yselivanov
Date 2018-07-11.15:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531321736.02.0.56676864532.issue34075@psf.upfronthosting.co.za>
In-reply-to
Content
> Other than subclasses of thread executor, what are you going to pass in?

I don't see why asyncio should prevent people to experiment their own custom executor. You can imagine a custom "green executor" which inherit from Executor but uses its own black magic like greenlet. People like to do crazy things to implement asynchronous programming :-)
History
Date User Action Args
2018-07-11 15:08:56vstinnersetrecipients: + vstinner, gvanrossum, asvetlov, yselivanov
2018-07-11 15:08:56vstinnersetmessageid: <1531321736.02.0.56676864532.issue34075@psf.upfronthosting.co.za>
2018-07-11 15:08:56vstinnerlinkissue34075 messages
2018-07-11 15:08:55vstinnercreate