]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 13:38:34 +0000 (16:38 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 13:38:34 +0000 (16:38 +0300)
commit2df6a939164a8aec914086137f1242c205312f72
tree5d46d9c3db5278c75ddced1a6ea90cb666d2dc2f
parent397eb4411a076825766cb2b71e78b585ff3a4d24
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).
Lib/test/test_peepholer.py
Misc/NEWS
Python/peephole.c