Skip to content

Commit e4c222c

Browse files
committed
merge 3.5
2 parents 43441c7 + 8f1cdc6 commit e4c222c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/mmapmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ static PyObject *
267267
mmap_read_method(mmap_object *self,
268268
PyObject *args)
269269
{
270-
Py_ssize_t num_bytes, remaining;
270+
Py_ssize_t num_bytes = PY_SSIZE_T_MAX, remaining;
271271
PyObject *result;
272272

273273
CHECK_VALID(NULL);

0 commit comments

Comments
 (0)