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
Date 2019-09-11.15:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568214670.34.0.0687017633916.issue38110@roundup.psfhosted.org>
In-reply-to
Content
"""On Solaris, we are patching (for many years now) `posix_closerange` function to use `fdwalk` to close file descriptors instead of a for loop. While for a long time only Solaris had `fdwalk`, but if I am not mistaken, some other OSes implement it today as well and as such others might be interested in this as well.

If you will like it, I can create an issue for that. Also, I am not sure whether `_fdwalk_close_func` needs a clinic part or if configure detection is sufficient this way - I am open to all comments and ideas and can rewrite it as needed ;).

""" - Jakub
History
Date User Action Args
2019-09-11 15:11:10gregory.p.smithsetrecipients: + gregory.p.smith
2019-09-11 15:11:10gregory.p.smithsetmessageid: <1568214670.34.0.0687017633916.issue38110@roundup.psfhosted.org>
2019-09-11 15:11:10gregory.p.smithlinkissue38110 messages
2019-09-11 15:11:10gregory.p.smithcreate