Commit ccf1b0b
authored
File tree
Expand file treeCollapse file tree
14 files changed
+129
-60
lines changedOpen diff view settings
Filter options
- Include/internal
- Misc/NEWS.d/next/Core_and_Builtins
- Objects
- Python
- Tools
- cases_generator
- jit
Expand file treeCollapse file tree
14 files changed
+129
-60
lines changedOpen diff view settings
Collapse file
Include/internal/pycore_interpframe.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_interpframe.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | 24 | |
|
Collapse file
Include/internal/pycore_stackref.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_stackref.h+68-10Lines changed: 68 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
67 | | - |
68 | | - |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
69 | 71 | |
70 | | - |
| 72 | + |
71 | 73 | |
72 | 74 | |
73 | 75 | |
| ||
96 | 98 | |
97 | 99 | |
98 | 100 | |
| 101 | + |
99 | 102 | |
100 | 103 | |
101 | 104 | |
| ||
132 | 135 | |
133 | 136 | |
134 | 137 | |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
135 | 144 | |
136 | 145 | |
137 | 146 | |
| 147 | + |
| 148 | + |
| 149 | + |
138 | 150 | |
139 | 151 | |
140 | 152 | |
141 | 153 | |
142 | 154 | |
| 155 | + |
143 | 156 | |
144 | 157 | |
145 | 158 | |
146 | 159 | |
147 | 160 | |
148 | 161 | |
149 | | - |
150 | | - |
| 162 | + |
151 | 163 | |
152 | 164 | |
153 | 165 | |
154 | 166 | |
155 | 167 | |
156 | 168 | |
157 | | - |
158 | | - |
159 | | - |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
160 | 177 | |
161 | 178 | |
162 | 179 | |
| ||
210 | 227 | |
211 | 228 | |
212 | 229 | |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
213 | 239 | |
214 | 240 | |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
215 | 264 | |
216 | 265 | |
217 | 266 | |
| ||
232 | 281 | |
233 | 282 | |
234 | 283 | |
| 284 | + |
| 285 | + |
235 | 286 | |
236 | 287 | |
237 | 288 | |
| ||
451 | 502 | |
452 | 503 | |
453 | 504 | |
| 505 | + |
454 | 506 | |
455 | 507 | |
456 | 508 | |
| ||
587 | 639 | |
588 | 640 | |
589 | 641 | |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
590 | 648 | |
591 | 649 | |
592 | 650 | |
| ||
726 | 784 | |
727 | 785 | |
728 | 786 | |
729 | | - |
| 787 | + |
730 | 788 | |
731 | 789 | |
732 | 790 | |
|
Collapse file
Misc/NEWS.d/next/Core_and_Builtins/2025-04-15-10-09-49.gh-issue-132508.zVe3iI.rst
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1813 | 1813 | |
1814 | 1814 | |
1815 | 1815 | |
| 1816 | + |
1816 | 1817 | |
1817 | 1818 | |
1818 | | - |
| 1819 | + |
1819 | 1820 | |
1820 | 1821 | |
1821 | 1822 | |
1822 | 1823 | |
1823 | 1824 | |
1824 | | - |
| 1825 | + |
1825 | 1826 | |
1826 | 1827 | |
1827 | 1828 | |
|
Collapse file
+4-16Lines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1384 | 1384 | |
1385 | 1385 | |
1386 | 1386 | |
1387 | | - |
1388 | | - |
1389 | | - |
1390 | | - |
1391 | | - |
1392 | | - |
1393 | | - |
1394 | | - |
1395 | | - |
1396 | | - |
| 1387 | + |
1397 | 1388 | |
1398 | 1389 | |
1399 | 1390 | |
| ||
3472 | 3463 | |
3473 | 3464 | |
3474 | 3465 | |
3475 | | - |
| 3466 | + |
3476 | 3467 | |
3477 | 3468 | |
3478 | 3469 | |
| ||
5378 | 5369 | |
5379 | 5370 | |
5380 | 5371 | |
5381 | | - |
5382 | | - |
5383 | | - |
5384 | | - |
5385 | | - |
| 5372 | + |
| 5373 | + |
5386 | 5374 | |
5387 | 5375 | |
5388 | 5376 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
146 | 146 | |
147 | 147 | |
148 | 148 | |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
149 | 153 | |
150 | 154 | |
151 | 155 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
547 | 547 | |
548 | 548 | |
549 | 549 | |
| 550 | + |
550 | 551 | |
551 | 552 | |
552 | 553 | |
| ||
560 | 561 | |
561 | 562 | |
562 | 563 | |
563 | | - |
| 564 | + |
| 565 | + |
| 566 | + |
564 | 567 | |
565 | 568 | |
566 | 569 | |
| ||
1495 | 1498 | |
1496 | 1499 | |
1497 | 1500 | |
| 1501 | + |
| 1502 | + |
| 1503 | + |
1498 | 1504 | |
1499 | | - |
| 1505 | + |
1500 | 1506 | |
1501 | 1507 | |
1502 | 1508 | |
|
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | 270 | |
271 | 271 | |
| ||
420 | 420 | |
421 | 421 | |
422 | 422 | |
423 | | - |
| 423 | + |
424 | 424 | |
425 | 425 | |
426 | 426 | |
| ||
817 | 817 | |
818 | 818 | |
819 | 819 | |
820 | | - |
| 820 | + |
821 | 821 | |
822 | 822 | |
823 | 823 | |
| ||
1706 | 1706 | |
1707 | 1707 | |
1708 | 1708 | |
| 1709 | + |
1709 | 1710 | |
1710 | 1711 | |
1711 | 1712 | |
|
Collapse file
+4-20Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments