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 mark.dickinson
Recipients Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-12-11.07:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386747429.05.0.533730294119.issue17576@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the PyLong_As... conversions are a mess.  In theory, they should all use __index__ if available, and ignore __int__.  In practice, it's a mess that's difficult to change without breaking things.  I think there are already some other issues open on this subject.
History
Date User Action Args
2013-12-11 07:37:09mark.dickinsonsetrecipients: + mark.dickinson, barry, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow, serhiy.storchaka
2013-12-11 07:37:09mark.dickinsonsetmessageid: <1386747429.05.0.533730294119.issue17576@psf.upfronthosting.co.za>
2013-12-11 07:37:09mark.dickinsonlinkissue17576 messages
2013-12-11 07:37:08mark.dickinsoncreate