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 ilblackdragon
Recipients benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, larry, mark.dickinson
Date 2013-03-21.02:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363834277.58.0.314699559414.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, disassembled ceval.o and compared baseline with experiment (with applied patch): no actual differences found.

Attached archive contains ceval from both baseline and experiment builds:
 - cevalb.cc - processed file of baseline build
 - ceval.cc - processed file of experiment build
diff ceval.cc cevalb.cc - shows differences introduced by patch.
 - cevalb.o - object file of baseline build
 - ceval.o - object file of experiment build
 - cevalb.asm - disassembly of baseline object file
 - ceval.asm - disassembly of experiment object file
diff ceval.asm cevalb.asm - doesn't show any differences in generated assembly code.
History
Date User Action Args
2013-03-21 02:51:17ilblackdragonsetrecipients: + ilblackdragon, brett.cannon, jcea, mark.dickinson, larry, benjamin.peterson, dmalcolm
2013-03-21 02:51:17ilblackdragonsetmessageid: <1363834277.58.0.314699559414.issue17206@psf.upfronthosting.co.za>
2013-03-21 02:51:17ilblackdragonlinkissue17206 messages
2013-03-21 02:51:17ilblackdragoncreate