Aug. 13, 2014
4:56 p.m.
paul j3 added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12954> _______________________________________