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 larry
Recipients eric.smith, larry, loewis, mark.dickinson, serhiy.storchaka
Date 2012-05-04.11:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336131954.9.0.584067080655.issue14705@psf.upfronthosting.co.za>
In-reply-to
Content
> I think there should be a test case also where PyObject_IsTrue gives an
> exception (which I think can happen if __bool__ raises an exception).

I'd be happy to add such a test, but I don't know of any types like that.  Can anyone suggest one?
History
Date User Action Args
2012-05-04 11:45:54larrysetrecipients: + larry, loewis, mark.dickinson, eric.smith, serhiy.storchaka
2012-05-04 11:45:54larrysetmessageid: <1336131954.9.0.584067080655.issue14705@psf.upfronthosting.co.za>
2012-05-04 11:45:53larrylinkissue14705 messages
2012-05-04 11:45:53larrycreate