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 Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-12-10.23:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cNFAJLC_sFHrHw3ueb6_HzX_FXL3q=4jnFN5jScL455A@mail.gmail.com>
In-reply-to <[email protected]>
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__.
History
Date User Action Args
2013-12-10 23:11:10ncoghlansetrecipients: + ncoghlan, barry, mark.dickinson, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow, serhiy.storchaka
2013-12-10 23:11:10ncoghlanlinkissue17576 messages
2013-12-10 23:11:10ncoghlancreate