Message88293
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. |
|
Date |
User |
Action |
Args |
2009-05-24 23:31:38 | benjamin.peterson | set | recipients:
+ benjamin.peterson |
2009-05-24 23:31:37 | benjamin.peterson | set | messageid: <1243207897.72.0.986080624024.issue6101@psf.upfronthosting.co.za> |
2009-05-24 23:31:35 | benjamin.peterson | link | issue6101 messages |
2009-05-24 23:31:34 | benjamin.peterson | create | |
|