mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md (#129322)
This commit is contained in:
parent
9546fe2ef2
commit
a5075cd5bd
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ Emission of bytecode is handled by the following macros:
|
|||
add the `LOAD_CONST` opcode with the proper argument based on the
|
||||
position of the specified PyObject in the consts table.
|
||||
* `ADDOP_LOAD_CONST_NEW(struct compiler *, location, PyObject *)`:
|
||||
just like `ADDOP_LOAD_CONST_NEW`, but steals a reference to PyObject
|
||||
just like `ADDOP_LOAD_CONST`, but steals a reference to PyObject
|
||||
* `ADDOP_JUMP(struct compiler *, location, int, basicblock *)`:
|
||||
create a jump to a basic block
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue