Commit 09be7db
Onboard 3.15 interpreter
Summary:
Copies the 3.14 bytecodes into 3.15. The only changes here are that the `_PUSH_FRAME` opcode is changed to use `PyStackRef_Unwrap`. The opcode targets get re-generated and the few things the remaining Cinder differences are brought in too.
Updates ceval_macros.h with our call tracing stuff.
Reviewed By: jbower-fb
Differential Revision: D85901138
fbshipit-source-id: 77e3cdc815ba32297d28761b8cf69b1b22f5d6d31 parent d4dc4a4 commit 09be7db
File tree
8 files changed
+3899
-391
lines changed- cinderx
- Interpreter/3.15
- Includes
- PythonLib/test_cinderx
- TestScripts
8 files changed
+3899
-391
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | | - | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
416 | 419 | | |
417 | 420 | | |
418 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
Lines changed: 1998 additions & 380 deletions
Large diffs are not rendered by default.
0 commit comments