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 vstinner
Recipients BTaskaya, eryksun, miss-islington, vstinner
Date 2020-04-22.16:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587574443.81.0.858515588592.issue40094@roundup.psfhosted.org>
In-reply-to
Content
"""
TODO:
* Decide if subprocess should reject WIFSTOPPED() or not.
* Check if the pure Python implementation of os._spawnvef() handles WIFSTOPPED() properly.
"""

Well, let's keep the status quo: leave os and subprocess modules unchanged. It can be revisited later if needed. My intent when I created this issue wasn't to change the behavior of other modules, just to add a new function to remove duplicated code ;-)
History
Date User Action Args
2020-04-22 16:54:03vstinnersetrecipients: + vstinner, eryksun, miss-islington, BTaskaya
2020-04-22 16:54:03vstinnersetmessageid: <1587574443.81.0.858515588592.issue40094@roundup.psfhosted.org>
2020-04-22 16:54:03vstinnerlinkissue40094 messages
2020-04-22 16:54:03vstinnercreate