Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2024-03-30-19-34-51.gh-issu…
…e-117394.qCepkD.rst

Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
nineteendo and AlexWaygood authored Mar 30, 2024
commit cb532fc67beeb49f4f440272ffee08a29919a375
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Reduce syscalls for :func:`posixpath.ismount`.
Speedup :func:`os.path.ismount` on Unix systems by reducing the number of
syscalls.