Kaydet (Commit) e4c222c0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.5

...@@ -267,7 +267,7 @@ static PyObject * ...@@ -267,7 +267,7 @@ static PyObject *
mmap_read_method(mmap_object *self, mmap_read_method(mmap_object *self,
PyObject *args) PyObject *args)
{ {
Py_ssize_t num_bytes, remaining; Py_ssize_t num_bytes = PY_SSIZE_T_MAX, remaining;
PyObject *result; PyObject *result;
CHECK_VALID(NULL); CHECK_VALID(NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment