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 thehesiod
Recipients dan.oreilly, gvanrossum, thehesiod, vstinner, yselivanov
Date 2017-02-22.02:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487730364.92.0.27396169679.issue22087@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this is now worse due to https://github.com/python/asyncio/pull/452

before I was able to simply create a new run loop from sub-processes however you will now get the error "Cannot run the event loop while another loop is running".  The state of the run loop should not be preserved in sub-processes either.
History
Date User Action Args
2017-02-22 02:26:05thehesiodsetrecipients: + thehesiod, gvanrossum, vstinner, yselivanov, dan.oreilly
2017-02-22 02:26:04thehesiodsetmessageid: <1487730364.92.0.27396169679.issue22087@psf.upfronthosting.co.za>
2017-02-22 02:26:04thehesiodlinkissue22087 messages
2017-02-22 02:26:04thehesiodcreate