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 mark.dickinson, serhiy.storchaka
Date 2012-09-21.16:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201209211953.16838.storchaka@gmail.com>
In-reply-to <1348174160.31.0.541120761381.issue15989@psf.upfronthosting.co.za>
Content
Here is a patch (for 3.3). I added private _PyLong_AsInt and where possible I 
have tried to use the appropriate function.
Files
File name Uploaded
long_aslong_overflow.patch serhiy.storchaka, 2012-09-21.16:53:40
History
Date User Action Args
2012-09-21 16:53:46serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2012-09-21 16:53:45serhiy.storchakalinkissue15989 messages
2012-09-21 16:53:45serhiy.storchakacreate