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 meador.inge
Recipients cmcqueen1975, mark.dickinson, mattchaput, meador.inge, ocean-city, orenti, skrah, vstinner
Date 2011-09-13.17:52:24
SpamBayes Score 0.011263709
Marked as misclassified No
Message-id <1315936345.18.0.340841868393.issue1172711@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, please let's not add any new __int__-based duck typing here;

Mark, just to clarify a bit, the behavior is already there in the array module (by way of 'PyLong_AsLong').  The fact that it is there was picked up on a code review for this issue.

Anyway, I think we should open a new issue to track the '__index__' vs. '__int__' stuff.
History
Date User Action Args
2011-09-13 17:52:25meador.ingesetrecipients: + meador.inge, orenti, mark.dickinson, vstinner, ocean-city, cmcqueen1975, skrah, mattchaput
2011-09-13 17:52:25meador.ingesetmessageid: <1315936345.18.0.340841868393.issue1172711@psf.upfronthosting.co.za>
2011-09-13 17:52:24meador.ingelinkissue1172711 messages
2011-09-13 17:52:24meador.ingecreate