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.

作者 barry
收信人 barry, davin, kapilt, ned.deily, pitrou, ronaldoussoren
日期 2018-11-14.01:36:15
SpamBayes Score -1.0
Marked as misclassified
Message-id <1542159375.96.0.788709270274.issue33725@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2018-11-14 01:36:16barry修改recipients: + barry, ronaldoussoren, pitrou, ned.deily, davin, kapilt
2018-11-14 01:36:15barry修改messageid: <1542159375.96.0.788709270274.issue33725@psf.upfronthosting.co.za>
2018-11-14 01:36:15barry链接issue33725 messages
2018-11-14 01:36:15barry创建