Message2325

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

The python std. library dir *.class gives

  3678583 bytes before

and

  3681995 bytes after inlining finallys

I'm guessing that nested finallys aren't all that common.

I'm sure you could easily contrive an example that blows up;
but I don't think that kind of thing is all that common. 
All in all, I'm happier with the newer patch, especially
some regularization of how it treats try:except: and
try:finally:; although the techniques of the two patches
could be merged somewhat.
History
Date User Action Args
2008-02-20 17:18:22adminlinkissue868514 messages
2008-02-20 17:18:22admincreate