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 benjamin.peterson, eltoder, georg.brandl, jcea, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2014-09-18.01:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140918010655.60341.87929@mail.hg.python.org>
In-reply-to
Content
New changeset c0ca9d32aed4 by Antoine Pitrou in branch 'default':
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause.
https://hg.python.org/cpython/rev/c0ca9d32aed4
History
Date User Action Args
2014-09-18 01:06:58python-devsetrecipients: + python-dev, georg.brandl, rhettinger, jcea, pitrou, benjamin.peterson, eltoder, serhiy.storchaka
2014-09-18 01:06:58python-devlinkissue11471 messages
2014-09-18 01:06:58python-devcreate