[New-bugs-announce] [issue41463] Avoid duplicating jump information from opcode.py in compile.c
Mark Shannon
report at bugs.python.org
Mon Aug 3 07:00:15 EDT 2020
New submission from Mark Shannon <mark at hotpy.org>:
opcode.py declares which jumps are relative and which are absolute.
We duplicate that information in compile.c
We should generate lookup tables in opcodes.h and to repeating that information in compile.c
----------
messages: 374735
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Avoid duplicating jump information from opcode.py in compile.c
type: enhancement
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41463>
_______________________________________
More information about the New-bugs-announce
mailing list