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 jango, pitrou
Date 2011-12-10.00:23:40
SpamBayes Score 0.00013796873
Marked as misclassified No
Message-id <1323476620.95.0.430209740825.issue13569@psf.upfronthosting.co.za>
In-reply-to
Content
> If I getLogger() in the child instead, example fails with the same trace.

That sounds rather unlikely. Are you sure you don't store the logger in your process' __init__ method? The __init__ method is called in the parent and the process instance is transfered to the child when you call start() on the process.
History
Date User Action Args
2011-12-10 00:23:41pitrousetrecipients: + pitrou, jango
2011-12-10 00:23:40pitrousetmessageid: <1323476620.95.0.430209740825.issue13569@psf.upfronthosting.co.za>
2011-12-10 00:23:40pitroulinkissue13569 messages
2011-12-10 00:23:40pitroucreate