diff --git a/compiler.rst b/compiler.rst --- a/compiler.rst +++ b/compiler.rst @@ -386,8 +386,6 @@ Finally, you need to introduce the use of the new bytecode. Altering Python/compile.c and Python/ceval.c will be the primary places to change. -But you will also need to change the 'compiler' package. The key files -to do that are Lib/compiler/pyassem.py and Lib/compiler/pycodegen.py . If you make a change here that can affect the output of bytecode that is already in existence and you do not change the magic number constantly, make