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 Rock.Achu
Recipients Rock.Achu
Date 2011-12-30.05:35:12
SpamBayes Score 0.0006144993
Marked as misclassified No
Message-id <1325223313.34.0.880307417803.issue13679@psf.upfronthosting.co.za>
In-reply-to
Content
By inserting print statements and feverishly killing the process, I narrowed it down to the statement:
self.thread.start()
that causes the issue.
which runs _M_Process.func() in a multiprocessing.Process
History
Date User Action Args
2011-12-30 05:35:13Rock.Achusetrecipients: + Rock.Achu
2011-12-30 05:35:13Rock.Achusetmessageid: <1325223313.34.0.880307417803.issue13679@psf.upfronthosting.co.za>
2011-12-30 05:35:12Rock.Achulinkissue13679 messages
2011-12-30 05:35:12Rock.Achucreate