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 ncoghlan
Recipients jwp, ncoghlan
Date 2009-03-15.12:36:57
SpamBayes Score 5.353179e-07
Marked as misclassified No
Message-id <1237120618.27.0.237872921507.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
I'm definitely not happy with the effect the current patch has on with
statement execution speed - I think I'll try to come up with a patch
that adds a new SETUP_WITH opcode and see how that performs.
History
Date User Action Args
2009-03-15 12:36:58ncoghlansetrecipients: + ncoghlan, jwp
2009-03-15 12:36:58ncoghlansetmessageid: <1237120618.27.0.237872921507.issue5251@psf.upfronthosting.co.za>
2009-03-15 12:36:57ncoghlanlinkissue5251 messages
2009-03-15 12:36:57ncoghlancreate