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 vstinner
Recipients Mark.Shannon, brett.cannon, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-18.11:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453115192.75.0.333822195084.issue26107@psf.upfronthosting.co.za>
In-reply-to
Content
> A patch was proposed in issue16956. And issue17611 is related.

I don't see directly the link between this issue and the issue17611, but cool if it helps to implement new optimizations :-)

I compared my patch with issue16956 patch:

* my patch mentions also the change in Lib/importlib/_bootstrap_external.py
* my patch updates also dis.py
* my patch updates also Objects/lnotab_notes.txt
* issue16956 patch changes compiler_while(), this change is not directly related to making line number delta signed

Additionally, my patch uses better names in the peephole optimizer, but it's not directly related to the issue. By the way, this change should be commited in a separated patch.

I prefer to push my recent. By the way, it's up to date, whereas issue16956 patch requires a rebase.
History
Date User Action Args
2016-01-18 11:06:32vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, rhettinger, Mark.Shannon, python-dev, serhiy.storchaka
2016-01-18 11:06:32vstinnersetmessageid: <1453115192.75.0.333822195084.issue26107@psf.upfronthosting.co.za>
2016-01-18 11:06:32vstinnerlinkissue26107 messages
2016-01-18 11:06:32vstinnercreate