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 <[email protected]>
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: <[email protected]>
2015-03-21 11:32:39pitroulinkissue23571 messages
2015-03-21 11:32:39pitroucreate