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.
1 parent 75c72b5 commit 666b69dCopy full SHA for 666b69d
Include/fileutils.h
@@ -20,8 +20,8 @@ PyAPI_FUNC(char*) Py_EncodeLocale(
20
PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
21
22
#if defined(MS_WINDOWS) || defined(__APPLE__)
23
-/* On Windows, the count parameter of read() is an int
24
- Add the support of MacOS with the issue #24658
+/* On Windows, the count parameter of read() is an int.
+ macOS fails when reading or writing more than 2GB, see #24658
25
*/
26
#define _PY_READ_MAX INT_MAX
27
#define _PY_WRITE_MAX INT_MAX
0 commit comments