| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
There is already #142408. Please do not open PRs if there are already ones that exist for the issue. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The current documentation for shutil implies that all copy functions benefit from fast kernel-space copying on Windows via the CopyFile2 API. However, shutil.copyfile() is an exception — it still uses a userspace read/write loop.
This PR clarifies that:
The change has been verified by:
Related to GH-142407.
📚 Documentation preview 📚: https://cpython-previews--144354.org.readthedocs.build/