Message 235245 - Python tracker

Message235245

Author Mark.Shannon
Recipients Aivar.Annamaa, Mark.Shannon, benjamin.peterson, brett.cannon, flox, georg.brandl, ncoghlan
Date 2015-02-02.12:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422879692.33.0.367102100012.issue21295@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by https://hg.python.org/cpython/rev/7c5c678e4164/
which is a supposed fix for http://bugs.python.org/issue16795
which claims to make "some changes to AST to make it more useful for static language analysis", seemingly by breaking all existing static analysis tools.

Could we just revert https://hg.python.org/cpython/rev/7c5c678e4164/ ?
History
Date User Action Args
2015-02-02 12:21:32Mark.Shannonsetrecipients: + Mark.Shannon, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, flox, Aivar.Annamaa
2015-02-02 12:21:32Mark.Shannonsetmessageid: <1422879692.33.0.367102100012.issue21295@psf.upfronthosting.co.za>
2015-02-02 12:21:32Mark.Shannonlinkissue21295 messages
2015-02-02 12:21:31Mark.Shannoncreate