[issue43567] regen.vcxproj cannot regenerate some necessary files

Guido van Rossum report at bugs.python.org
Mon Mar 29 20:23:55 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

Workaround:

For opcode.py changes, I can probably use the following strategy:

- build.bat
- Add new opcode to opcode.py
- build.bat --regen
- build.bat
- Make changes to compile.c and ceval.c to implement new opcode
- build.bat

For the parser perhaps you can adopt a similar strategy, where you first
add new tokens and get the code generation working?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43567>
_______________________________________


More information about the Python-bugs-list mailing list