mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Backed out changeset 521232b05b97
This commit is contained in:
parent
c6dc12484b
commit
605a774a98
3 changed files with 243 additions and 267 deletions
|
@ -803,7 +803,7 @@ r_object(RFILE *p)
|
|||
/* NULL is a valid return value, it does not necessarily means that
|
||||
an exception is set. */
|
||||
PyObject *v, *v2;
|
||||
Py_ssize_t idx = 0;
|
||||
Py_ssize_t idx;
|
||||
long i, n;
|
||||
int type = r_byte(p);
|
||||
int flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue