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:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587574512.18.0.285680744338.issue40094@roundup.psfhosted.org>
In-reply-to
Content
The initial issue has been implemented: I added os.waitstatus_to_exitcode() function to Python 3.9. It's now well documented, I close the issue.

See sub-issues like bpo-40364 (asyncio) for further cleanups.
History
Date User Action Args
2020-04-22 16:55:12vstinnersetrecipients: + vstinner, eryksun, miss-islington, BTaskaya
2020-04-22 16:55:12vstinnersetmessageid: <1587574512.18.0.285680744338.issue40094@roundup.psfhosted.org>
2020-04-22 16:55:12vstinnerlinkissue40094 messages
2020-04-22 16:55:12vstinnercreate