Nick Coghlan <ncogh...@gmail.com> added the comment: 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. ---------- Added file: http://bugs.python.org/file13337/pep377_v3.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5251> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com