]> granicus.if.org Git - python/commit
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between...
authorEzio Melotti <none@none>
Fri, 15 Apr 2011 13:14:04 +0000 (16:14 +0300)
committerEzio Melotti <none@none>
Fri, 15 Apr 2011 13:14:04 +0000 (16:14 +0300)
commitc283a85e1214594c50fc07fe42f4ecc2cc3681b4
treeeb0317c751c9bc2b8e8fac668400455560949c13
parentddaea1c38a8d4d3befe378738a1bd02637347231
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. u"\U00012345"[0]).
Lib/test/test_peepholer.py
Misc/NEWS
Python/peephole.c