mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.5 (#25060)
This commit is contained in:
commit
7920b7063d
3 changed files with 4 additions and 2 deletions
|
@ -985,7 +985,7 @@ PyCompile_OpcodeStackEffect(int opcode, int oparg)
|
|||
case BUILD_MAP_UNPACK_WITH_CALL:
|
||||
return 1 - (oparg & 0xFF);
|
||||
case BUILD_MAP:
|
||||
return 1;
|
||||
return 1 - 2*oparg;
|
||||
case LOAD_ATTR:
|
||||
return 0;
|
||||
case COMPARE_OP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue