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 amitava.b
Recipients Arfrever, amitava.b, benjamin.peterson, ethan.furman, r.david.murray, terry.reedy, trent
Date 2014-06-24.11:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Hi Ethan, I tried adding a call to `nb_index` (if that slot exists) in `_PyLong_FromNbInt`, but that didn't work. Based on your comment it seems the fix would be to patch this at object creation. I will check where that happens (bear with me while I familiarize myself with the code base :) ).
History
Date User Action Args
2014-06-24 11:56:53amitava.bsetrecipients: + amitava.b, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, ethan.furman
2014-06-24 11:56:52amitava.bsetmessageid: <[email protected]>
2014-06-24 11:56:52amitava.blinkissue20092 messages
2014-06-24 11:56:52amitava.bcreate