Actions: python/cpython
Actions
4,795 workflow run results
4,795 workflow run results
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
set().pop()
should say *the 1st element* instead of *an arbitrary element*
Add issue header
#9136:
Issue #137745
opened
by
hyperkai
SystemError
in _PyEval_EvalFrameDefault
in a JIT build
Add issue header
#9130:
Issue #137728
opened
by
devdanzin
int
, float
, complex
and bool
elements, set()
and frozenset()
return the sets with ordered elements against the doc says
Add issue header
#9129:
Issue #137727
opened
by
hyperkai
ProTip!
You can narrow down the results and go further in time using created:<2025-08-13 or the other filters available.