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 rhettinger
Recipients Mark.Shannon, rhettinger
Date 2013-04-02.01:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364865703.28.0.0617454279866.issue17611@psf.upfronthosting.co.za>
In-reply-to
Content
Additional effect:  Destabilizes lots of code that has had a decade to mature.  It messes with the compiler, the eval loop, the peephole optimizer, the disassembler, every third-party tool that examines or alters byte codes, any tool or VM that implements python byte codes, etc.  Changes like this tend to invalidate previous efforts to time and optimize code.
History
Date User Action Args
2017-07-25 13:25:22rhettingerunlinkissue17611 messages
2013-04-02 01:21:43rhettingersetrecipients: + rhettinger, Mark.Shannon
2013-04-02 01:21:43rhettingersetmessageid: <1364865703.28.0.0617454279866.issue17611@psf.upfronthosting.co.za>
2013-04-02 01:21:43rhettingerlinkissue17611 messages
2013-04-02 01:21:42rhettingercreate