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 paul.j3
Recipients Ari.Koivula, BreamoreBoy, docs@python, paul.j3
Date 2014-08-13.21:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407966995.03.0.988260753188.issue12954@psf.upfronthosting.co.za>
In-reply-to
Content
I had noticed the `global _log_to_stderr` in `util.log_to_stderr()`, but hadn't taken time to track down where it is used.

Not only is it passed from the 'util' module to the 'forking' one, but it is also passed via a piped pickle from parent to child process.

There's a lot more to simulating 'os.fork' in Windows than I would have guessed.
History
Date User Action Args
2014-08-13 21:56:35paul.j3setrecipients: + paul.j3, docs@python, BreamoreBoy, Ari.Koivula
2014-08-13 21:56:35paul.j3setmessageid: <1407966995.03.0.988260753188.issue12954@psf.upfronthosting.co.za>
2014-08-13 21:56:34paul.j3linkissue12954 messages
2014-08-13 21:56:34paul.j3create