Antoine Pitrou <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13569> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
