Skip to content

Commit

Permalink
gh-119786: Fix small typo in AST to CFG to bytecode section in compil…
Browse files Browse the repository at this point in the history
…er.md (#129322)
  • Loading branch information
sergey-miryanov authored Jan 27, 2025
1 parent 9546fe2 commit a5075cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternalDocs/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5075cd

Please # to comment.