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 ronaldoussoren
Recipients ayesjm, ned.deily, ronaldoussoren
Date 2017-07-04.09:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499159817.46.0.775264621913.issue30837@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-04 09:16:57ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, ayesjm
2017-07-04 09:16:57ronaldoussorensetmessageid: <1499159817.46.0.775264621913.issue30837@psf.upfronthosting.co.za>
2017-07-04 09:16:57ronaldoussorenlinkissue30837 messages
2017-07-04 09:16:57ronaldoussorencreate