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 bruno.dupuis
Recipients Horpner, bruno.dupuis, ikelly, mrabarnett, python-dev, steven.daprano
Date 2012-12-05.21:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354741822.17.0.698747915639.issue16619@psf.upfronthosting.co.za>
In-reply-to
Content
line 426 in peehole.c :

if (codestr[codelen-1] != RETURN_VALUE)
    goto exitUnchanged;

before the optim. I'm quite sure it's here. i patch and see...
History
Date User Action Args
2012-12-05 21:10:22bruno.dupuissetrecipients: + bruno.dupuis, ikelly, Horpner, mrabarnett, steven.daprano, python-dev
2012-12-05 21:10:22bruno.dupuissetmessageid: <1354741822.17.0.698747915639.issue16619@psf.upfronthosting.co.za>
2012-12-05 21:10:22bruno.dupuislinkissue16619 messages
2012-12-05 21:10:22bruno.dupuiscreate