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 Arfrever, eric.smith, ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.22:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387232885.45.0.0296207912961.issue19995@psf.upfronthosting.co.za>
In-reply-to
Content
In addition, PyLong_AsLong() calls __int__, while PyLong_AsUnsignedLong() doesn't call __int__.
History
Date User Action Args
2013-12-16 22:28:05serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, Arfrever, skrah, ethan.furman
2013-12-16 22:28:05serhiy.storchakasetmessageid: <1387232885.45.0.0296207912961.issue19995@psf.upfronthosting.co.za>
2013-12-16 22:28:05serhiy.storchakalinkissue19995 messages
2013-12-16 22:28:05serhiy.storchakacreate