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 ydroneaud
Recipients gregory.p.smith, ydroneaud
Date 2022-04-05.16:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649175851.06.0.198983628409.issue47027@roundup.psfhosted.org>
In-reply-to
Content
I looked at posixmodule: os.chdir() accepts a file descriptor.
Maybe it can be possible to invoke it from _posixsubprocess.c instead of calling chdir().
History
Date User Action Args
2022-04-05 16:24:11ydroneaudsetrecipients: + ydroneaud, gregory.p.smith
2022-04-05 16:24:11ydroneaudsetmessageid: <1649175851.06.0.198983628409.issue47027@roundup.psfhosted.org>
2022-04-05 16:24:11ydroneaudlinkissue47027 messages
2022-04-05 16:24:11ydroneaudcreate