mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
merge 3.6
This commit is contained in:
commit
369d911402
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue