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-22.20:50:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403470211.64.0.0911797371002.issue20092@psf.upfronthosting.co.za>
In-reply-to
Content
I started working on this issue as part of the Bloomberg Python Sprint (https://etherpad.mozilla.org/LjZPQ55oZs).

Ethan, can you confirm if the attached test case summarizes the issue correctly?

I tried to hook _PyLong_FromNbInt to check nb_index but didn't make progress there. Will need to load in a debugger to see what's going on.
History
Date User Action Args
2014-06-22 20:50:11amitava.bsetrecipients: + amitava.b, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, ethan.furman
2014-06-22 20:50:11amitava.bsetmessageid: <1403470211.64.0.0911797371002.issue20092@psf.upfronthosting.co.za>
2014-06-22 20:50:11amitava.blinkissue20092 messages
2014-06-22 20:50:11amitava.bcreate