mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #15984: Merge PyUnicode doc from 3.5
This commit is contained in:
commit
cda80940ed
35 changed files with 64 additions and 70 deletions
|
@ -1119,7 +1119,7 @@ _Unpickler_SkipConsumed(UnpicklerObject *self)
|
|||
return 0;
|
||||
|
||||
assert(self->peek); /* otherwise we did something wrong */
|
||||
/* This makes an useless copy... */
|
||||
/* This makes a useless copy... */
|
||||
r = PyObject_CallFunction(self->read, "n", consumed);
|
||||
if (r == NULL)
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue