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 collinwinter
Recipients
Date 2007-01-10.02:12:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached patches implement the new "except V as N:" syntax and the solution outlined in http://mail.python.org/pipermail/python-3000/2007-January/005395.html for avoiding exception-related refcount cycles.

new_exceptions.patch is the implementation and tests.
fixup.patch adjusts the stdlib to use the new syntax.
doc_fixes.patch fixes documentation and some docs-related utilities missed by Guido's 2to3 code.

All patches are against r53289.
History
Date User Action Args
2007-08-23 15:56:12adminlinkissue1631942 messages
2007-08-23 15:56:12admincreate