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 serhiy.storchaka
Recipients Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-12-11.07:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386747288.28.0.756541927862.issue17576@psf.upfronthosting.co.za>
In-reply-to
Content
> The ssize_t functions deliberately ignore lossy int conversions (e.g. from
> floats) - that's why they only work on types that implement __index__.

They ignore __index__.
History
Date User Action Args
2013-12-11 07:34:48serhiy.storchakasetrecipients: + serhiy.storchaka, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow
2013-12-11 07:34:48serhiy.storchakasetmessageid: <1386747288.28.0.756541927862.issue17576@psf.upfronthosting.co.za>
2013-12-11 07:34:48serhiy.storchakalinkissue17576 messages
2013-12-11 07:34:48serhiy.storchakacreate