mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
merge 3.6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user