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 ncoghlan
Recipients alex, belopolsky, eric.snow, jcea, loewis, meador.inge, ncoghlan, rfk, rhettinger, ron_adam, takluyver, yselivanov
Date 2013-05-06.13:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367848396.42.0.587661751064.issue11816@psf.upfronthosting.co.za>
In-reply-to
Content
Good thing test_peepholer was moved out to a separate patch - a failure of that picked up a bug in the new disassembly output (unifying the handling of name and constant dereferences had changed the way constant strings were reported in the disassembly, and the error was consistent in both the new implementation and in the new tests due to the way the expected test results had been generated)
History
Date User Action Args
2013-05-06 13:53:16ncoghlansetrecipients: + ncoghlan, loewis, rhettinger, jcea, belopolsky, ron_adam, alex, rfk, meador.inge, eric.snow, takluyver, yselivanov
2013-05-06 13:53:16ncoghlansetmessageid: <1367848396.42.0.587661751064.issue11816@psf.upfronthosting.co.za>
2013-05-06 13:53:16ncoghlanlinkissue11816 messages
2013-05-06 13:53:16ncoghlancreate