Commit 8d490b3
File tree
4 files changed
+152
-1
lines changedFilter options
- Lib/test/test_capi
- Misc/NEWS.d/next/Core_and_Builtins
- Python
4 files changed
+152
-1
lines changedLib/test/test_capi/test_opt.py
Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_opt.py+115Lines changed: 115 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1959 | 1959 |
|
1960 | 1960 |
|
1961 | 1961 |
|
| 1962 | + |
| 1963 | + |
| 1964 | + |
| 1965 | + |
| 1966 | + |
| 1967 | + |
| 1968 | + |
| 1969 | + |
| 1970 | + |
| 1971 | + |
| 1972 | + |
| 1973 | + |
| 1974 | + |
| 1975 | + |
| 1976 | + |
| 1977 | + |
| 1978 | + |
| 1979 | + |
| 1980 | + |
| 1981 | + |
| 1982 | + |
| 1983 | + |
| 1984 | + |
| 1985 | + |
| 1986 | + |
| 1987 | + |
| 1988 | + |
| 1989 | + |
| 1990 | + |
| 1991 | + |
| 1992 | + |
| 1993 | + |
| 1994 | + |
| 1995 | + |
| 1996 | + |
| 1997 | + |
| 1998 | + |
| 1999 | + |
| 2000 | + |
| 2001 | + |
| 2002 | + |
| 2003 | + |
| 2004 | + |
| 2005 | + |
| 2006 | + |
| 2007 | + |
| 2008 | + |
| 2009 | + |
| 2010 | + |
| 2011 | + |
| 2012 | + |
| 2013 | + |
| 2014 | + |
| 2015 | + |
| 2016 | + |
| 2017 | + |
| 2018 | + |
| 2019 | + |
| 2020 | + |
| 2021 | + |
| 2022 | + |
| 2023 | + |
| 2024 | + |
| 2025 | + |
| 2026 | + |
| 2027 | + |
| 2028 | + |
| 2029 | + |
| 2030 | + |
| 2031 | + |
| 2032 | + |
| 2033 | + |
| 2034 | + |
| 2035 | + |
| 2036 | + |
| 2037 | + |
| 2038 | + |
| 2039 | + |
| 2040 | + |
| 2041 | + |
| 2042 | + |
| 2043 | + |
| 2044 | + |
| 2045 | + |
| 2046 | + |
| 2047 | + |
| 2048 | + |
| 2049 | + |
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
| 2054 | + |
| 2055 | + |
| 2056 | + |
| 2057 | + |
| 2058 | + |
| 2059 | + |
| 2060 | + |
| 2061 | + |
| 2062 | + |
| 2063 | + |
| 2064 | + |
| 2065 | + |
| 2066 | + |
| 2067 | + |
| 2068 | + |
| 2069 | + |
| 2070 | + |
| 2071 | + |
| 2072 | + |
| 2073 | + |
| 2074 | + |
| 2075 | + |
| 2076 | + |
1962 | 2077 |
|
1963 | 2078 |
|
1964 | 2079 |
|
|
Misc/NEWS.d/next/Core_and_Builtins/2025-04-26-17-50-01.gh-issue-131798.XiOgw5.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Python/optimizer_bytecodes.c
Copy file name to clipboardExpand all lines: Python/optimizer_bytecodes.c+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
890 | 890 |
|
891 | 891 |
|
892 | 892 |
|
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
| 912 | + |
893 | 913 |
|
894 | 914 |
|
895 | 915 |
|
|
+15-1Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments