New submission from Chad Austin: Per discussion at http://mail.python.org/pipermail/python-dev/2007- December/075498.html, this patch changes GeneratorExit's base class from Exception to BaseException.
I updated the tests and documentation, but I may have missed any other discussion of GeneratorExit in the documentation. Happy to update the patch if there is any feedback. ---------- components: Interpreter Core files: GeneratorExit-BaseException.patch messages: 58079 nosy: aegis severity: normal status: open title: Change GeneratorExit's base class from Exception to BaseException type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file8850/GeneratorExit-BaseException.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1537> __________________________________
GeneratorExit-BaseException.patch
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com