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 barry
Recipients barry, davin, kapilt, ned.deily, pitrou, ronaldoussoren
Date 2018-11-14.01:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542159375.96.0.788709270274.issue33725@psf.upfronthosting.co.za>
In-reply-to
Content
A few other things I don't understand:

* Why does setting OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES only seem to work when it's set in the shell before the parent process executes?  AFAICT, it does *not* work if you set that in os.environ in the parent process before the os.fork().

* Why does it only crash on the first invocation of our app?  Does getproxies() cache the results somehow?  There's too much internal application code in the way to know if we're doing something that prevents getproxies() from getting called in subsequent calls.

* I can't seem to produce a smaller test case.
History
Date User Action Args
2018-11-14 01:36:16barrysetrecipients: + barry, ronaldoussoren, pitrou, ned.deily, davin, kapilt
2018-11-14 01:36:15barrysetmessageid: <1542159375.96.0.788709270274.issue33725@psf.upfronthosting.co.za>
2018-11-14 01:36:15barrylinkissue33725 messages
2018-11-14 01:36:15barrycreate