Change lookup of Symbol and Bytecode names to use constants
- they used metaprogramming before, but that does not seem to work.
- RPython gives me 'operation cannot succeed' and conflicting types for variables if I try to change the code slightly
-> will just use simple constants instead, less maintainable but it works
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
Please register or sign in to comment