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 abbeyj
Recipients abbeyj, collinwinter, jyasskin, pitrou, rhettinger
Date 2009-06-15.21:15:43
SpamBayes Score 0.00027675732
Marked as misclassified No
Message-id <1245100545.65.0.25342043977.issue6250@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, I've updated peephole.c to allow code to terminate with any of
RETURN_VALUE, END_FINALLY or RAISE_VARARGS [0-3].  I also added tests to
test_peepholer.py to make sure the peepholer still works in these cases.
History
Date User Action Args
2009-06-15 21:15:46abbeyjsetrecipients: + abbeyj, collinwinter, rhettinger, pitrou, jyasskin
2009-06-15 21:15:45abbeyjsetmessageid: <1245100545.65.0.25342043977.issue6250@psf.upfronthosting.co.za>
2009-06-15 21:15:44abbeyjlinkissue6250 messages
2009-06-15 21:15:43abbeyjcreate