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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12954>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to