mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
#2957: marshal recursion limit exceeded when importing a large .pyc file
This commit is contained in:
parent
954aa943f1
commit
74c71f5a62
3 changed files with 10 additions and 2 deletions
|
@ -913,8 +913,6 @@ r_object(RFILE *p)
|
|||
Py_XDECREF(filename);
|
||||
Py_XDECREF(name);
|
||||
Py_XDECREF(lnotab);
|
||||
|
||||
return v;
|
||||
}
|
||||
retval = v;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue