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 benjamin.peterson
Recipients benjamin.peterson
Date 2012-10-11.00:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349913895.1.0.124857708978.issue16191@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch

- Puts every opcode in its own block
- Removes the infamous one variable names "x, v, w, u" and replaces them with local variables.
- forces every opcode to end in DISPATCH() or "goto error"
- cleans up a few minor other things
History
Date User Action Args
2012-10-11 00:04:56benjamin.petersonsetrecipients: + benjamin.peterson
2012-10-11 00:04:55benjamin.petersonsetmessageid: <1349913895.1.0.124857708978.issue16191@psf.upfronthosting.co.za>
2012-10-11 00:04:54benjamin.petersonlinkissue16191 messages
2012-10-11 00:04:53benjamin.petersoncreate