Message 374735 - Python tracker
Message374735
| 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:15 | Mark.Shannon | set | recipients: + Mark.Shannon |
| 2020-08-03 11:00:15 | Mark.Shannon | set | messageid: <1596452415.91.0.969194719265.issue41463@roundup.psfhosted.org> |
| 2020-08-03 11:00:15 | Mark.Shannon | link | issue41463 messages |
| 2020-08-03 11:00:15 | Mark.Shannon | create | |