-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-117394: Reduce syscalls for posixpath.ismount
#117395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Misc/NEWS.d/next/Core and Builtins/2024-03-30-19-34-51.gh-issue-117394.qCepkD.rst
Outdated
Show resolved
Hide resolved
…e-117394.qCepkD.rst Co-authored-by: Alex Waygood <[email protected]>
What happens if |
Good thinking! The old implementation returns |
Serhiy suggested a similar patch previously: #46718 (comment) Compared to Serhiy's patch, this PR adds a |
What's going on here? https://github.com/python/cpython/actions/runs/8504085005/job/23290509561?pr=117395#step:16:481 |
Oh, I know why. This test needs to be updated: it monkey patches |
Sorry, but |
Benchmark:
posixpath.ismount
#117394