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 serhiy.storchaka
Recipients Devin Jeanpierre, mark.dickinson, serhiy.storchaka, skrah, vstinner
Date 2013-06-05.21:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370468520.15.0.263336240755.issue17870@psf.upfronthosting.co.za>
In-reply-to
Content
> Another place where PyLong_FromIntMax_t() would help, _elementtree.c:
> 
>     id = PyLong_FromSsize_t((Py_uintptr_t) self);

I think PyLong_FromVoidPtr() should be used here.
History
Date User Action Args
2013-06-05 21:42:00serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, Devin Jeanpierre, skrah
2013-06-05 21:42:00serhiy.storchakasetmessageid: <1370468520.15.0.263336240755.issue17870@psf.upfronthosting.co.za>
2013-06-05 21:42:00serhiy.storchakalinkissue17870 messages
2013-06-05 21:42:00serhiy.storchakacreate