Actions: python/cpython
Actions
4,381 workflow run results
4,381 workflow run results
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
*args
as the 1st or middle parameter and passing more arguments than parameters should make *args
get the rest of arguments
Add issue header
#9154:
Issue #137788
opened
by
hyperkai
def func(*args='Hello'): pass
and def func(**kwargs='Hello'): pass
should explain more clearly
Add issue header
#9153:
Issue #137786
opened
by
hyperkai
parameter
should also explain required parameter
and optional parameter
in addition to the 5 parameters
Add issue header
#9152:
Issue #137785
opened
by
hyperkai
re.search
hangs with certain regex pattern
Add issue header
#9147:
Issue #137765
opened
by
yoyo421
optimize_uops
in a JIT build
Add issue header
#9146:
Issue #137762
opened
by
devdanzin
set_intersection
use _PyObject_HashFast()
?
Add issue header
#9144:
Issue #137759
opened
by
JasonMendoza2008