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.

作者 vstinner
收信人 Mirko Friedenhagen, ned.deily, ronaldoussoren, vstinner
日期 2017-10-19.12:41:12
SpamBayes Score -1.0
Marked as misclassified
Message-id <1508416872.9.0.213398074469.issue31818@psf.upfronthosting.co.za>
In-reply-to
内容
Confirmation from Apple:

https://developer.apple.com/library/content/technotes/tn2083/_index.html#//apple_ref/doc/uid/DTS10003794-CH1-SUBSECTION52

"""
Many Mac OS X frameworks do not work reliably if you call fork but do not call exec. The only exception is the System framework and, even there, the POSIX standard places severe constraints on what you can do between a fork and an exec.
(...)
Listing 13  Core Foundation complaining about fork-without-exec

The process has forked and you cannot use this CoreFoundation \
functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_\
COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
"""
历史
日期 用户 动作 参数
2017-10-19 12:41:13vstinner修改recipients: + vstinner, ronaldoussoren, ned.deily, Mirko Friedenhagen
2017-10-19 12:41:12vstinner修改messageid: <1508416872.9.0.213398074469.issue31818@psf.upfronthosting.co.za>
2017-10-19 12:41:12vstinner链接issue31818 messages
2017-10-19 12:41:12vstinner创建