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 pitrou
Recipients berker.peksag, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-03-21.11:32:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426937559.7.0.287217929024.issue23571@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of an assert(), you could use Py_FatalError() at the end of _Py_CheckFunctionResult().
History
Date User Action Args
2015-03-21 11:32:39pitrousetrecipients: + pitrou, vstinner, python-dev, berker.peksag, serhiy.storchaka
2015-03-21 11:32:39pitrousetmessageid: <1426937559.7.0.287217929024.issue23571@psf.upfronthosting.co.za>
2015-03-21 11:32:39pitroulinkissue23571 messages
2015-03-21 11:32:39pitroucreate