Actions: python/cpython
Actions
4,202 workflow run results
4,202 workflow run results
--experimental-jit-interpreter
will emit warnings
Add issue header
#8934:
Issue #137136
opened
by
aisk
memcpy
are slow for 2^k+1
elements (AMD-specific)
Add issue header
#8931:
Issue #137121
opened
by
bjorn-martinsson
__orig_bases__
returns indirect generic bases instead of direct bases, causing mismatch with __bases__
Add issue header
#8930:
Issue #137120
opened
by
chirizxc
bytes()
and bytearray()
should show source
and show the default values for source
, encoding
and errors
and should say bytes-like object
Add issue header
#8927:
Issue #137114
opened
by
hyperkai
str()
should show the default values for object, encoding and errors and should say bytes-like object
Add issue header
#8925:
Issue #137112
opened
by
hyperkai
bytes()
and bytearray()
should have the default values for errors
for string sources
Add issue header
#8921:
Issue #137100
opened
by
hyperkai
bytearray()
, bytes()
, dict()
, frozenset()
, memoryview()
, range()
, set()
, str()
and tuple()
should have anchor tags
Add issue header
#8920:
Issue #137099
opened
by
hyperkai
test_embed.test_bpo20891
is racy under free-threading
Add issue header
#8916:
Issue #137093
opened
by
ZeroIntensity
binascii.unhexlify
and bytes.fromhex
Add issue header
#8913:
Issue #137083
opened
by
kohlrabi