Actions: python/cpython
Actions
2,500+ workflow runs
2,500+ workflow runs
lazy import a.b as c resolves b as an attribute of a instead of importing the module a.b
Add issue header
#14160:
Issue #157757
opened
by
grgalex
add_note to exceptions
Add issue header
#14158:
Issue #157750
opened
by
ikrommyd
fn(**kwargs) should accept SupportsKeysAndGetitem and not just Mapping
Add issue header
#14156:
Issue #157747
opened
by
randolf-scholz
os.environ.clear() now leaves the C environ pointer NULL, which crashes Tcl/Tk (tkinter) on the next Tcl_CreateInterp
Add issue header
#14153:
Issue #157741
opened
by
YuanchengJiang
state_reset() does not clear save_marks after an aborted match
Add issue header
#14144:
Issue #157705
opened
by
fedonman
re docs never say that the ASCII flag affects \p{...} properties
Add issue header
#14143:
Issue #157698
opened
by
fedonman
Py
Add issue header
#14142:
Issue #157695
opened
by
vstinner
csv.Sniffer.sniff() raises Could not determine delimiter when the sample contains a field larger than field_size_limit()
Add issue header
#14137:
Issue #157678
opened
by
lpyu001