8000 gh-119786: Fix small typo in AST to CFG to bytecode section in compil… · python/cpython@a5075cd · GitHub
[go: up one dir, main page]

Skip to content

Commit a5075cd

Browse files
gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md (#129322)
1 parent 9546fe2 commit a5075cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Emission of bytecode is handled by the following macros:
401401
add the `LOAD_CONST` opcode with the proper argument based on the
402402
position of the specified PyObject in the consts table.
403403
* `ADDOP_LOAD_CONST_NEW(struct compiler *, location, PyObject *)`:
404-
just like `ADDOP_LOAD_CONST_NEW`, but steals a reference to PyObject
404+
just like `ADDOP_LOAD_CONST`, but steals a reference to PyObject
405405
* `ADDOP_JUMP(struct compiler *, location, int, basicblock *)`:
406406
create a jump to a basic block
407407

0 commit comments

Comments
 (0)
0