This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | python-dev |
|---|---|
| Recipients | amaury.forgeotdarc, barry, ezio.melotti, lemburg, pitrou, python-dev, rhettinger, vstinner |
| Date | 2011年04月15日.13:53:01 |
| SpamBayes Score | 1.006732e-05 |
| Marked as misclassified | No |
| Message-id | <E1QAjSH-0006nW-5n@dinsdale.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset 3cffa2009a92 by Ezio Melotti in branch '2.7': 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]). http://hg.python.org/cpython/rev/3cffa2009a92 New changeset 4679d0fef389 by Ezio Melotti in branch '3.1': 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]). http://hg.python.org/cpython/rev/4679d0fef389 New changeset 503578ddf286 by Ezio Melotti in branch '3.2': #5057: Merge with 3.1. http://hg.python.org/cpython/rev/503578ddf286 New changeset 9801e1f78264 by Ezio Melotti in branch 'default': #5057: Merge with 3.2. http://hg.python.org/cpython/rev/9801e1f78264 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011年04月15日 13:53:03 | python-dev | set | recipients: + python-dev, lemburg, barry, rhettinger, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti |
| 2011年04月15日 13:53:02 | python-dev | link | issue5057 messages |
| 2011年04月15日 13:53:01 | python-dev | create | |