Nick Coghlan <[email protected]> added the comment: The other problem with the "separate attribute" approach is that it makes the condition for suppressing the context ugly:
exc.__suppress_context__ or exc.__cause__ is not None That's hardly cleaner than: exc.__cause__ is not Ellipsis ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14133> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
