Commit a7f317d
File tree
8 files changed
+121
-53
lines changedFilter options
- Include/internal
- Lib/test/test_capi
- Misc/NEWS.d/next/Core_and_Builtins
- Python
8 files changed
+121
-53
lines changedInclude/internal/pycore_uop_ids.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_uop_ids.h+42-41Lines changed: 42 additions & 41 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+4Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lib/test/test_capi/test_opt.py
Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_opt.py+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1955 | 1955 |
|
1956 | 1956 |
|
1957 | 1957 |
|
1958 |
| - |
| 1958 | + |
1959 | 1959 |
|
1960 | 1960 |
|
| 1961 | + |
1961 | 1962 |
|
1962 | 1963 |
|
1963 | 1964 |
|
| ||
1987 | 1988 |
|
1988 | 1989 |
|
1989 | 1990 |
|
1990 |
| - |
| 1991 | + |
1991 | 1992 |
|
1992 | 1993 |
|
| 1994 | + |
1993 | 1995 |
|
1994 | 1996 |
|
1995 | 1997 |
|
| ||
2004 | 2006 |
|
2005 | 2007 |
|
2006 | 2008 |
|
2007 |
| - |
| 2009 | + |
2008 | 2010 |
|
2009 | 2011 |
|
| 2012 | + |
2010 | 2013 |
|
2011 | 2014 |
|
2012 | 2015 |
|
| ||
2021 | 2024 |
|
2022 | 2025 |
|
2023 | 2026 |
|
2024 |
| - |
| 2027 | + |
2025 | 2028 |
|
2026 | 2029 |
|
| 2030 | + |
2027 | 2031 |
|
2028 | 2032 |
|
2029 | 2033 |
|
|
Misc/NEWS.d/next/Core_and_Builtins/2025-05-19-20-52-53.gh-issue-134268.HPKX1e.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5342 | 5342 |
|
5343 | 5343 |
|
5344 | 5344 |
|
| 5345 | + |
| 5346 | + |
| 5347 | + |
| 5348 | + |
| 5349 | + |
| 5350 | + |
| 5351 | + |
| 5352 | + |
| 5353 | + |
5345 | 5354 |
|
5346 | 5355 |
|
5347 | 5356 |
|
|
+34Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Python/optimizer_bytecodes.c
Copy file name to clipboardExpand all lines: Python/optimizer_bytecodes.c+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
550 | 550 |
|
551 | 551 |
|
552 | 552 |
|
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
553 | 557 |
|
554 | 558 |
|
555 | 559 |
|
| ||
901 | 905 |
|
902 | 906 |
|
903 | 907 |
|
| 908 | + |
904 | 909 |
|
905 |
| - |
906 |
| - |
907 |
| - |
908 |
| - |
| 910 | + |
909 | 911 |
|
| 912 | + |
| 913 | + |
910 | 914 |
|
911 | 915 |
|
912 | 916 |
|
|
+14-4Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments