mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
merge 3.5
This commit is contained in:
commit
e4c222c040
@ -267,7 +267,7 @@ static PyObject *
|
||||
mmap_read_method(mmap_object *self,
|
||||
PyObject *args)
|
||||
{
|
||||
Py_ssize_t num_bytes, remaining;
|
||||
Py_ssize_t num_bytes = PY_SSIZE_T_MAX, remaining;
|
||||
PyObject *result;
|
||||
|
||||
CHECK_VALID(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user