We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9b620 commit d9532e0Copy full SHA for d9532e0
InternalDocs/compiler.md
@@ -401,7 +401,7 @@ Emission of bytecode is handled by the following macros:
401
add the `LOAD_CONST` opcode with the proper argument based on the
402
position of the specified PyObject in the consts table.
403
* `ADDOP_LOAD_CONST_NEW(struct compiler *, location, PyObject *)`:
404
- just like `ADDOP_LOAD_CONST_NEW`, but steals a reference to PyObject
+ just like `ADDOP_LOAD_CONST`, but steals a reference to PyObject
405
* `ADDOP_JUMP(struct compiler *, location, int, basicblock *)`:
406
create a jump to a basic block
407
0 commit comments