Chris Eibl

Results 2 issues of Chris Eibl

Since https://github.com/python/cpython/pull/140800 `BINARY_OP_SUBSCR_STR_INT` only specializes for compact ASCII strings. Let's introduce `BINARY_OP_SUBSCR_USTR_INT` to specialize again for reading an ASCII character from any string. * Issue: gh-139757

performance
awaiting review
interpreter-core

@smontanaro This should fix your issue. Sorry, I cannot test because I have no Mac. Also, I don't know why CI and buildbots did not complain before, see https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Lib/_pyrepl/unix_console.py#L390-L391 https://github.com/python/cpython/blob/68fcb958eb0c023cb895217fdf384206b09d12e8/Lib/_pyrepl/unix_console.py#L166-L168...

tests
awaiting review
skip news