mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
gh-101632: Add the new RETURN_CONST opcode (#101633)
This commit is contained in:
parent
0d3d5007b1
commit
753fc8a5d6
19 changed files with 186 additions and 154 deletions
|
|
@ -723,6 +723,7 @@ def f():
|
|||
pass
|
||||
PY_CODE_LOCATION_INFO_NO_COLUMNS = 13
|
||||
f.__code__ = f.__code__.replace(
|
||||
co_stacksize=1,
|
||||
co_firstlineno=42,
|
||||
co_code=bytes(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue