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 pitrou
Recipients Adam.Bishop, Christian H, christian.heimes, gvanrossum, martius, neologix, pitrou, vstinner, yselivanov
Date 2017-06-28.20:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498680561.19.0.547586377927.issue21998@psf.upfronthosting.co.za>
In-reply-to
Content
Possible answer: have a global WeakSet of event loops.  In the child fork handler, iterate over all event loops and "break" those that have already been started.
History
Date User Action Args
2017-06-28 20:09:21pitrousetrecipients: + pitrou, gvanrossum, vstinner, christian.heimes, neologix, yselivanov, Adam.Bishop, martius, Christian H
2017-06-28 20:09:21pitrousetmessageid: <1498680561.19.0.547586377927.issue21998@psf.upfronthosting.co.za>
2017-06-28 20:09:21pitroulinkissue21998 messages
2017-06-28 20:09:21pitroucreate