File tree
Expand file treeCollapse file tree
29 files changed
+744
-198
lines changedFilter options
- Include
- cpython
- internal
- Lib/test
- Modules
- Python
- Tools
- c-analyzer/cpython
- cases_generator
- jit
Expand file treeCollapse file tree
29 files changed
+744
-198
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
|
Include/cpython/optimizer.h
Copy file name to clipboardExpand all lines: Include/cpython/optimizer.h+19-6Lines changed: 19 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
37 | 40 |
|
38 | 41 |
|
39 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
40 | 49 |
|
41 | 50 |
|
| 51 | + |
42 | 52 |
|
43 |
| - |
| 53 | + |
| 54 | + |
44 | 55 |
|
45 |
| - |
| 56 | + |
| 57 | + |
46 | 58 |
|
47 | 59 |
|
48 | 60 |
|
| ||
59 | 71 |
|
60 | 72 |
|
61 | 73 |
|
| 74 | + |
62 | 75 |
|
63 | 76 |
|
64 | 77 |
|
| ||
73 | 86 |
|
74 | 87 |
|
75 | 88 |
|
76 |
| - |
| 89 | + |
77 | 90 |
|
78 | 91 |
|
79 | 92 |
|
80 | 93 |
|
81 | 94 |
|
82 | 95 |
|
83 |
| - |
| 96 | + |
84 | 97 |
|
85 |
| - |
| 98 | + |
86 | 99 |
|
87 | 100 |
|
88 | 101 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
| 215 | + |
| 216 | + |
215 | 217 |
|
216 | 218 |
|
217 | 219 |
|
|
Include/internal/pycore_interp.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_interp.h+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
240 |
| - |
| 240 | + |
| 241 | + |
241 | 242 |
|
242 | 243 |
|
243 | 244 |
|
| 245 | + |
| 246 | + |
244 | 247 |
|
245 | 248 |
|
246 | 249 |
|
|
Include/internal/pycore_jit.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_jit.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
Include/internal/pycore_opcode_metadata.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_opcode_metadata.h+28-26Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Include/internal/pycore_uop_ids.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_uop_ids.h+5-3Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Include/internal/pycore_uop_metadata.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_uop_metadata.h+21-15Lines changed: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
| 334 | + |
334 | 335 |
|
335 | 336 |
|
336 | 337 |
|
|
Lib/test/test_generated_cases.py
Copy file name to clipboardExpand all lines: Lib/test/test_generated_cases.py+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
794 | 794 |
|
795 | 795 |
|
796 | 796 |
|
| 797 | + |
| 798 | + |
| 799 | + |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
| 804 | + |
| 805 | + |
| 806 | + |
| 807 | + |
797 | 808 |
|
798 | 809 |
|
799 | 810 |
|
|
Modules/_testinternalcapi.c
Copy file name to clipboardExpand all lines: Modules/_testinternalcapi.c+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
977 | 977 |
|
978 | 978 |
|
979 | 979 |
|
980 |
| - |
| 980 | + |
| 981 | + |
| 982 | + |
981 | 983 |
|
982 | 984 |
|
983 | 985 |
|
|
0 commit comments