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 martius
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2014-12-01.09:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417426189.2.0.628098298456.issue21998@psf.upfronthosting.co.za>
In-reply-to
Content
I said something wrong in my previous comment: removing and re-adding the reader callback right after the fork() is obviously subject to a race condition.

I'll go for the monkey patching.
History
Date User Action Args
2014-12-01 09:29:49martiussetrecipients: + martius, gvanrossum, vstinner, yselivanov
2014-12-01 09:29:49martiussetmessageid: <1417426189.2.0.628098298456.issue21998@psf.upfronthosting.co.za>
2014-12-01 09:29:49martiuslinkissue21998 messages
2014-12-01 09:29:48martiuscreate