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-23.19:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Thank you for review and for found bugs. I again checked the patch, corrected 
the errors and dubious places. Also I corrected the error in 
Modules/grpmodule.c (in other places gid_t parsed as signed long) and the 
possible behaviour change in Modules/_io/_iomodule.c, reversed the changes in 
Modules/pyexpat.c. If some changes cause you have doubts, you can cherry-pick 
only the most obvious fixes.

> Ideally, each fix there should be backed by a regression test.

Unfortunately I have only platforms where sizeof(int) == sizeof(long) == 
sizeof(size_t).
Files
File name Uploaded
long_aslong_overflow-3.3_2.patch serhiy.storchaka, 2012-09-23.19:15:37
History
Date User Action Args
2012-09-23 19:15:42serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2012-09-23 19:15:40serhiy.storchakalinkissue15989 messages
2012-09-23 19:15:40serhiy.storchakacreate