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 dan.oreilly
Recipients dan.oreilly, gvanrossum, vstinner, yselivanov
Date 2014-07-27.16:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406477393.01.0.997510626022.issue22087@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a unit test that spawns a new forked process via multiprocessing, and verifies that the loop returned by get_event_loop is not the same as the one we have in the parent.
History
Date User Action Args
2014-07-27 16:09:53dan.oreillysetrecipients: + dan.oreilly, gvanrossum, vstinner, yselivanov
2014-07-27 16:09:53dan.oreillysetmessageid: <1406477393.01.0.997510626022.issue22087@psf.upfronthosting.co.za>
2014-07-27 16:09:52dan.oreillylinkissue22087 messages
2014-07-27 16:09:52dan.oreillycreate