Ronald Oussoren added the comment:

Joshua: does your script use os.fork(), or multiprocessing? 

In that case this is a known issue made worse on High Sierra: _scproxy uses 
Cocoa libraries, and those cause problems when using for without exec. In High 
Sierra the Cocoa libraries are more strict and are hence more likely to cause 
problems like this.

There's not much we can do about that, other than avoiding using _scproxy. If 
you don't use a proxy server setting "no_proxy" in your shell environment 
should do the trick.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30837>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to