Commit 694506d
Move push_chunk from a borrow to a modified copy.
Summary:
Move push_chunk from a borrow to a modified copy that incorporates upstream
PR python/cpython#145828, gating the use of the new
tstate member on a feature define so we can avoid using it unless we know
the deploy target supports it.
Reviewed By: DinoV
Differential Revision: D96934356
fbshipit-source-id: 0f75b826d4663764bf9900ad155617d0a9b65e7d1 parent fc137cd commit 694506d
2 files changed
Lines changed: 65 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 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 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
413 | 455 | | |
414 | 456 | | |
415 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3821 | 3821 | | |
3822 | 3822 | | |
3823 | 3823 | | |
| 3824 | + | |
| 3825 | + | |
| 3826 | + | |
| 3827 | + | |
3824 | 3828 | | |
3825 | 3829 | | |
3826 | 3830 | | |
3827 | 3831 | | |
3828 | 3832 | | |
3829 | 3833 | | |
3830 | 3834 | | |
3831 | | - | |
3832 | | - | |
3833 | | - | |
| 3835 | + | |
| 3836 | + | |
| 3837 | + | |
| 3838 | + | |
| 3839 | + | |
| 3840 | + | |
| 3841 | + | |
| 3842 | + | |
| 3843 | + | |
| 3844 | + | |
| 3845 | + | |
| 3846 | + | |
| 3847 | + | |
| 3848 | + | |
| 3849 | + | |
| 3850 | + | |
| 3851 | + | |
3834 | 3852 | | |
3835 | 3853 | | |
3836 | 3854 | | |
| |||
3845 | 3863 | | |
3846 | 3864 | | |
3847 | 3865 | | |
| 3866 | + | |
3848 | 3867 | | |
3849 | 3868 | | |
3850 | 3869 | | |
| |||
0 commit comments