Uh oh!
There was an error while loading. Please reload this page.
gh-117394: Reduce syscalls for posixpath.ismount - #117395
Conversation
Uh oh!
There was an error while loading. Please reload this page.
…e-117394.qCepkD.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
What happens if |
nineteendo
commented
Apr 1, 2024
Good thinking! The old implementation returns |
barneygale
commented
Apr 1, 2024
Serhiy suggested a similar patch previously: #46718 (comment) Compared to Serhiy's patch, this PR adds a |
nineteendo
commented
Apr 1, 2024
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 |
serhiy-storchaka
commented
Apr 2, 2024
Sorry, but |
Benchmark:
posixpath.ismount#117394