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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, nedbat
Date 2008-03-29.14:41:51
SpamBayes Score 0.03627133
Marked as misclassified No
Message-id <1206801712.62.0.747187452322.issue2506@psf.upfronthosting.co.za>
In-reply-to
Content
This is because of a "peephole" optimization of the generated bytecode:
a jump instruction which target is another jump instruction can be
modified modified to target the final location.

You gain a few opcodes, but tracing is confusing...
Not sure how to fix this, though.
History
Date User Action Args
2008-03-29 14:41:52amaury.forgeotdarcsetspambayes_score: 0.0362713 -> 0.03627133
recipients: + amaury.forgeotdarc, nedbat
2008-03-29 14:41:52amaury.forgeotdarcsetspambayes_score: 0.0362713 -> 0.0362713
messageid: <1206801712.62.0.747187452322.issue2506@psf.upfronthosting.co.za>
2008-03-29 14:41:51amaury.forgeotdarclinkissue2506 messages
2008-03-29 14:41:51amaury.forgeotdarccreate