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:29:42
SpamBayes Score 0.0001544676
Marked as misclassified No
Message-id <1237120195.78.0.504135503542.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
Version 3 of patch attached
- now functionally complete with the correct semantics
- compiler package not updated yet
- documentation not updated yet

Unfortunately, getting the semantics right involves moving
context.__enter__ and context.__exit__ to temporary variables instead of
being able to leave them on the stack - that makes for something of a
speed hit.
History
Date User Action Args
2009-03-15 12:29:56ncoghlansetrecipients: + ncoghlan, jwp
2009-03-15 12:29:55ncoghlansetmessageid: <1237120195.78.0.504135503542.issue5251@psf.upfronthosting.co.za>
2009-03-15 12:29:54ncoghlanlinkissue5251 messages
2009-03-15 12:29:54ncoghlancreate