]> granicus.if.org Git - python/commit
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 22:06:32 +0000 (00:06 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 22:06:32 +0000 (00:06 +0200)
commit6c5f5210be9f68252b72d7b5e8dc2bde20d90c9d
treeaf404765ae8680265f2a7ee89e914a8e66f33376
parent8cd1c7681d86fd3d32096f2d927d3f5014d58c36
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
Lib/test/test_peepholer.py
Misc/NEWS
Python/peephole.c