Message2324

Author lycotic
Recipients
Date 2004-01-10.18:10:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=920303

Attached a patch that inlines the finally blocks.

It turns out that some of the verifier problems I was having
with try:finally: happen to try:except: as well (nothing to
do with jsrs -- just that the restoreLocals code shouldn't
really be in any exception ranges).  This patch, thus,
covers more cases than the previous one, because it handles
try:except: as well.

Added a test in test_jy_generators that tests a failing
try:except: case.

I'm looking into what this does to code size; more later.
History
Date User Action Args
2008-02-20 17:18:22adminlinkissue868514 messages
2008-02-20 17:18:22admincreate