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 Martin Ritter
Recipients Martin Ritter
Date 2016-06-30.16:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467303803.25.0.914359339926.issue27422@psf.upfronthosting.co.za>
In-reply-to
Content
When creating a multiprocessing.Process in a threaded environment I get deadlocks waiting, I guess waiting for the lock to flush the output.

I attached a minimal example of the problem which hangs for me starting with 4 threads.
History
Date User Action Args
2016-06-30 16:23:23Martin Rittersetrecipients: + Martin Ritter
2016-06-30 16:23:23Martin Rittersetmessageid: <1467303803.25.0.914359339926.issue27422@psf.upfronthosting.co.za>
2016-06-30 16:23:23Martin Ritterlinkissue27422 messages
2016-06-30 16:23:23Martin Rittercreate