Skip to content

Commit

Permalink
Updated compiler page by deleting the Introducing New Bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln-developer committed Sep 11, 2023
1 parent b70b763 commit eeed02f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internals/compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ flattening and then a ``PyCodeObject`` is created. All of this is
handled by calling ``assemble()``.


Introducing New Bytecode
========================


Sometimes a new feature requires a new opcode. But adding new bytecode is
not as simple as just suddenly introducing new bytecode in the AST ->
Expand Down

0 comments on commit eeed02f

Please sign in to comment.