We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_USE_CP_SENDFILE
1 parent f4997bb commit b169cf3Copy full SHA for b169cf3
Lib/shutil.py
@@ -48,7 +48,7 @@
48
# This should never be removed, see rationale in:
49
# https://bugs.python.org/issue43743#msg393429
50
_USE_CP_SENDFILE = (hasattr(os, "sendfile")
51
- and sys.platform.startswith(("linux", "android", "solaris")))
+ and sys.platform.startswith(("linux", "android", "sunos")))
52
_HAS_FCOPYFILE = posix and hasattr(posix, "_fcopyfile") # macOS
53
54
# CMD defaults in Windows 10
0 commit comments