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 ncoghlan
Recipients larry, ncoghlan, python-dev, vstinner, xdegaye
Date 2014-02-09.01:00:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391907633.02.0.55140019409.issue20500@psf.upfronthosting.co.za>
In-reply-to
Content
I also added a versionchanged to PyObject_Str and a note in the Porting section of What's New, as third party extensions could also be affected by this change - it elevates "may silently discard an active exception" to "debug build assertion failure".
History
Date User Action Args
2014-02-09 01:00:33ncoghlansetrecipients: + ncoghlan, vstinner, larry, xdegaye, python-dev
2014-02-09 01:00:33ncoghlansetmessageid: <1391907633.02.0.55140019409.issue20500@psf.upfronthosting.co.za>
2014-02-09 01:00:32ncoghlanlinkissue20500 messages
2014-02-09 01:00:32ncoghlancreate