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 <[email protected]>
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: <[email protected]>
2012-09-20 19:01:45serhiy.storchakalinkissue15989 messages
2012-09-20 19:01:44serhiy.storchakacreate