commit | 2df6a939164a8aec914086137f1242c205312f72 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Apr 15 16:38:34 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Apr 15 16:38:34 2011 +0300 |
tree | 5d46d9c3db5278c75ddced1a6ea90cb666d2dc2f | |
parent | 397eb4411a076825766cb2b71e78b585ff3a4d24 [diff] |
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]).