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 hroncok, torsava, vstinner
Date 2021-02-03.10:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612349740.52.0.228040816054.issue43113@roundup.psfhosted.org>
In-reply-to
Content
os.posix_spawn() is a thin wrapper to posix_spawn(). Python doesn't try to change its behavior on purpose. So I don't think that this issue is a Python bug.
History
Date User Action Args
2021-02-03 10:55:40vstinnersetrecipients: + vstinner, torsava, hroncok
2021-02-03 10:55:40vstinnersetmessageid: <1612349740.52.0.228040816054.issue43113@roundup.psfhosted.org>
2021-02-03 10:55:40vstinnerlinkissue43113 messages
2021-02-03 10:55:40vstinnercreate