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 2009-05-24.23:31:30
SpamBayes Score 3.6203976e-06
Marked as misclassified No
Message-id <1243207897.72.0.986080624024.issue6101@psf.upfronthosting.co.za>
In-reply-to
Content
This patch condenses the many current opcodes used to start a with
statement into one, SETUP_WITH. I originally did this to properly lookup
__enter__ and __exit__ as special methods. However, the patch also has
the nice side effect of removing the need for a temporary variable.
History
Date User Action Args
2009-05-24 23:31:38benjamin.petersonsetrecipients: + benjamin.peterson
2009-05-24 23:31:37benjamin.petersonsetmessageid: <1243207897.72.0.986080624024.issue6101@psf.upfronthosting.co.za>
2009-05-24 23:31:35benjamin.petersonlinkissue6101 messages
2009-05-24 23:31:34benjamin.petersoncreate