This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Commit 13c8e1b
authored
Stackless issue #290: bpo-36974, PEP 590 Vectorcall-protocol
Adapt Stackless Python to the new Vectorcall protocol introduced by upstream commit aacc77f.
This changes changes the Stackless protocol to support Vectorcall functions.
It also updates code in pricklpit.c to correctly initialize wrapper types. This avoids assertion
failures introduced by upstream commit be718c3 (not yet merged).1 parent 3eb9f00 commit 13c8e1b
13 files changed
Lines changed: 140 additions & 88 deletions
File tree
- Include
- cpython
- internal
- Objects
- Python
- Stackless
- core
- module
- pickling
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
| 133 | + | |
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
478 | 495 | | |
479 | 496 | | |
480 | 497 | | |
481 | 498 | | |
482 | 499 | | |
483 | 500 | | |
484 | 501 | | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
485 | 505 | | |
486 | 506 | | |
487 | 507 | | |
| |||
494 | 514 | | |
495 | 515 | | |
496 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
497 | 528 | | |
498 | 529 | | |
499 | 530 | | |
| |||
0 commit comments