Actions: python/cpython
Actions
4,629 workflow run results
4,629 workflow run results
__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
_pydatetime rejects ZoneInfo as tzinfo yet C datetime accepts
Add issue header
#9140:
Issue #137754
opened
by
StanFromIreland
ProTip!
You can narrow down the results and go further in time using created:<2025-08-14 or the other filters available.