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 gregory.p.smith
Recipients gregory.p.smith, kevans, kevans91
Date 2020-10-11.19:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602443799.14.0.363912736103.issue40423@roundup.psfhosted.org>
In-reply-to
Content
Ah, yeah ENOSYS is it.  I had to do this trick in older subprocess versions for something else.  Still visible here in the old 2.7 backport: https://github.com/google/python-subprocess32/blob/main/_posixsubprocess.c#L801
History
Date User Action Args
2020-10-11 19:16:39gregory.p.smithsetrecipients: + gregory.p.smith, kevans, kevans91
2020-10-11 19:16:39gregory.p.smithsetmessageid: <1602443799.14.0.363912736103.issue40423@roundup.psfhosted.org>
2020-10-11 19:16:39gregory.p.smithlinkissue40423 messages
2020-10-11 19:16:39gregory.p.smithcreate