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 gregory.p.smith
Recipients barry, davin, gregory.p.smith, josh.r, kapilt, lukasz.langa, miss-islington, ned.deily, pablogsal, pitrou, ronaldoussoren, tdsmith, vstinner
Date 2019-05-29.00:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559089060.54.0.0927659443925.issue33725@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-29 00:17:40gregory.p.smithsetrecipients: + 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.smithsetmessageid: <1559089060.54.0.0927659443925.issue33725@roundup.psfhosted.org>
2019-05-29 00:17:40gregory.p.smithlinkissue33725 messages
2019-05-29 00:17:40gregory.p.smithcreate