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 python-dev
Recipients abarry, matrixise, ncoghlan, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-10-21.13:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161021132133.25529.35752.36E61833@psf.io>
In-reply-to
Content
New changeset 81666d3e4a37 by Serhiy Storchaka in branch '3.5':
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
https://hg.python.org/cpython/rev/81666d3e4a37

New changeset 23a1d9ec35d5 by Serhiy Storchaka in branch '3.6':
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
https://hg.python.org/cpython/rev/23a1d9ec35d5

New changeset e853492da42c by Serhiy Storchaka in branch 'default':
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
https://hg.python.org/cpython/rev/e853492da42c
History
Date User Action Args
2016-10-21 13:23:03python-devsetrecipients: + python-dev, ncoghlan, vstinner, serhiy.storchaka, yselivanov, matrixise, abarry
2016-10-21 13:23:03python-devlinkissue28410 messages
2016-10-21 13:23:03python-devcreate