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 gvanrossum, opoplawski, vstinner, yselivanov
Date 2014-07-16.17:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405530423.68.0.954883452755.issue21247@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch implementing a basic synchronization between the parent and the child processing, to wait until the child is sleeping.

Can you please try this patch?

If it doesn't work, we might add a small sleep of 500 ms after the readline().
History
Date User Action Args
2014-07-16 17:07:03vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, opoplawski
2014-07-16 17:07:03vstinnersetmessageid: <1405530423.68.0.954883452755.issue21247@psf.upfronthosting.co.za>
2014-07-16 17:07:03vstinnerlinkissue21247 messages
2014-07-16 17:07:03vstinnercreate