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.

作者 gregory.p.smith
收信人 barry, davin, gregory.p.smith, josh.r, kapilt, lukasz.langa, miss-islington, ned.deily, pablogsal, pitrou, ronaldoussoren, tdsmith, vstinner
日期 2019-05-29.00:17:40
SpamBayes Score -1.0
Marked as misclassified
Message-id <1559089060.54.0.0927659443925.issue33725@roundup.psfhosted.org>
In-reply-to
内容
Documentation of the issue for sure!

A RuntimeWarning is a maybe if it can be made conditional on the OS version (10.13 and higher?)... when the "fork" method would be used.  BUT be very cautious about warnings as they tend to crop up in front of users rather than developers when it isn't their fault.  So if there is any flaw in the logic of when to show it in a situation where the application isn't about to crash or lockup, it'll show up when it shouldn't and cause somebody some grief to deal with via new code to ignore that warning.
历史
日期 用户 动作 参数
2019-05-29 00:17:40gregory.p.smith修改recipients: + gregory.p.smith, barry, ronaldoussoren, pitrou, vstinner, ned.deily, lukasz.langa, josh.r, tdsmith, davin, pablogsal, miss-islington, kapilt
2019-05-29 00:17:40gregory.p.smith修改messageid: <1559089060.54.0.0927659443925.issue33725@roundup.psfhosted.org>
2019-05-29 00:17:40gregory.p.smith链接issue33725 messages
2019-05-29 00:17:40gregory.p.smith创建