Actions: python/cpython
Actions
4,512 workflow run results
4,512 workflow run results
num
, the code num += 5
inside of a function gets a different error message
Add issue header
#9180:
Issue #137868
opened
by
hyperkai
index out of range
error and for slicing, the left index can be greater than the right index e.g. [10:-10]
Add issue header
#9179:
Issue #137867
opened
by
hyperkai
add_signal_handler
support for all platforms
Add issue header
#9178:
Issue #137863
opened
by
erwinkramer
zoneinfo.available_timezones()
emits EncodingWarning
on python 3.11+ iff tzdata
is installed and -X warn_default_encoding
is used
Add issue header
#9172:
Issue #137841
opened
by
Liam-DeVoe
test_fstring.py
with Python3.13.6 and 3.13.7 fails, 3.13.5 and 3.13.4 o.k.
Add issue header
#9164:
Issue #137820
opened
by
Kadelka
__annotate__
functions generated by CPython for class methods have an incorrect __qualname__
Add issue header
#9161:
Issue #137814
opened
by
DavidCEllis
print()
doesn't accept the double starred expression *v
and f-strings
doesn't accept the single and double starred expression *v
and **v
Add issue header
#9158:
Issue #137799
opened
by
hyperkai