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 kevans91
Recipients kevans91
Date 2020-04-28.14:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588083008.52.0.574583659738.issue40423@roundup.psfhosted.org>
In-reply-to
Content
This is dependent on issue40422; the diff on top of that (PR19075) looks like the attached. Effectively, close_range(2) should be preferred at all times if it's available, otherwise we'll use closefrom(2) if available with a fallback to fdwalk(3) or plain old loop over fd range in order of most efficient to least.

PR will be sent after issue40422 is resolved.
History
Date User Action Args
2020-04-28 14:10:08kevans91setrecipients: + kevans91
2020-04-28 14:10:08kevans91setmessageid: <1588083008.52.0.574583659738.issue40423@roundup.psfhosted.org>
2020-04-28 14:10:08kevans91linkissue40423 messages
2020-04-28 14:10:08kevans91create