[issue33725] Python crashes on macOS after fork with no exec

Gregory P. Smith report at bugs.python.org
Tue May 28 20:17:40 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33725>
_______________________________________


More information about the Python-bugs-list mailing list