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 izbyshev
Recipients izbyshev, steve.dower, vstinner
Date 2020-12-04.17:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607102027.61.0.631555856073.issue42569@roundup.psfhosted.org>
In-reply-to
Content
> To implement PEP 446: create non-inheritable file descriptors.

Yes, I understand that was the original role. But currently there is no easy way to deal with errors from the helpers because of exception vs. errno conundrum. Maybe they should be split to two functions each (one that always reports errors via an exception, and the other is a low-level one)? Or, alternatively, keep only exception-reporting variants but check all callers so that they don't use errno and call them from the right context (with GIL, etc.)?
History
Date User Action Args
2020-12-04 17:13:47izbyshevsetrecipients: + izbyshev, vstinner, steve.dower
2020-12-04 17:13:47izbyshevsetmessageid: <1607102027.61.0.631555856073.issue42569@roundup.psfhosted.org>
2020-12-04 17:13:47izbyshevlinkissue42569 messages
2020-12-04 17:13:47izbyshevcreate