This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Shannon
Recipients Mark.Shannon
Date 2020-08-03.11:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596452415.91.0.969194719265.issue41463@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-08-03 11:00:15Mark.Shannonsetrecipients: + Mark.Shannon
2020-08-03 11:00:15Mark.Shannonsetmessageid: <1596452415.91.0.969194719265.issue41463@roundup.psfhosted.org>
2020-08-03 11:00:15Mark.Shannonlinkissue41463 messages
2020-08-03 11:00:15Mark.Shannoncreate