File tree
11 files changed
+329
-48
lines changedFilter options
- Include/internal
- Lib/test
- support
- Modules
- clinic
- Python
11 files changed
+329
-48
lines changedInclude/internal/pycore_compile.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_compile.h+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
106 | 110 |
|
107 | 111 |
|
108 | 112 |
|
|
Include/internal/pycore_global_objects_fini_generated.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_global_objects_fini_generated.h+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Include/internal/pycore_global_strings.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_global_strings.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
517 | 517 |
|
518 | 518 |
|
519 | 519 |
|
| 520 | + |
520 | 521 |
|
521 | 522 |
|
522 | 523 |
|
|
Include/internal/pycore_runtime_init_generated.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_runtime_init_generated.h+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Include/internal/pycore_unicodeobject_generated.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_unicodeobject_generated.h+3Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lib/test/support/bytecode_helper.py
Copy file name to clipboardExpand all lines: Lib/test/support/bytecode_helper.py+19-13Lines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
111 | 123 |
|
112 | 124 |
|
113 | 125 |
|
| ||
118 | 130 |
|
119 | 131 |
|
120 | 132 |
|
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
Lib/test/test_compiler_assemble.py
Copy file name to clipboard+71Lines changed: 71 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
Modules/_testinternalcapi.c
Copy file name to clipboardExpand all lines: Modules/_testinternalcapi.c+64-1Lines changed: 64 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
625 | 625 |
|
626 | 626 |
|
627 | 627 |
|
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
628 | 690 |
|
629 | 691 |
|
630 | 692 |
|
| ||
705 | 767 |
|
706 | 768 |
|
707 | 769 |
|
| 770 | + |
708 | 771 |
|
709 | 772 |
|
710 | 773 |
|
|
Modules/clinic/_testinternalcapi.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/_testinternalcapi.c.h+63-1Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments