Commit 7734b6d
Make EAGER_IMPORT_NAME use an unused opcode slot
Summary: This makes the `EAGER_IMPORT_NAME` opcode use an used slot on 3.14's existing opcode space. This stops the opcodes from shuffling around vs stock 3.14.
Reviewed By: itamaro
Differential Revision: D84212086
fbshipit-source-id: dcc240254fe1c9b821e11b01ea33b9ec45ecb6d01 parent 5f37edd commit 7734b6d
File tree
7 files changed
+122
-120
lines changed- Include
- internal
- Lib
- test/test_importlib
- Programs
- Python
- Tools/cases_generator
7 files changed
+122
-120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
296 | | - | |
| 297 | + | |
297 | 298 | | |
298 | 299 | | |
299 | 300 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1038 | 1038 | | |
1039 | 1039 | | |
1040 | 1040 | | |
| 1041 | + | |
1041 | 1042 | | |
1042 | 1043 | | |
1043 | 1044 | | |
| |||
0 commit comments