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 serhiy.storchaka
Date 2012-09-20.19:01:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348167705.87.0.588220983695.issue15989@psf.upfronthosting.co.za>
In-reply-to
Content
There are several places where the result of PyLong_AsLong() assigned to variable of type int. It can cause unknown issues on platforms with sizeof(int) != sizeof(long). All 140 cases of PyLong_AsLong() usage should be checked.
History
Date User Action Args
2012-09-20 19:01:45serhiy.storchakasetrecipients: + serhiy.storchaka
2012-09-20 19:01:45serhiy.storchakasetmessageid: <1348167705.87.0.588220983695.issue15989@psf.upfronthosting.co.za>
2012-09-20 19:01:45serhiy.storchakalinkissue15989 messages
2012-09-20 19:01:44serhiy.storchakacreate