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 asvetlov, jcea, mark.dickinson, serhiy.storchaka
Date 2013-01-09.22:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201301100008.13249.storchaka@gmail.com>
In-reply-to <1356818840.92.0.438442207272.issue15989@psf.upfronthosting.co.za>
Content
Here are minimized patches. All included changes have tests (i.e. overflow bugs 
are observable). I drop grp module changes even with tests, because there are 
other issues for this (issue2005, issue4591). New tests for fcntl added (they 
test PyObject_AsFileDescriptor).

If patches look good in general, I going first commit to 3.4, and if this will 
not break any buildbot,  then I'll commit the rest patches. After that I'll 
continue with not included changes (if I can write tests for them).
Files
File name Uploaded
long_aslong_overflow-2.7_3.patch serhiy.storchaka, 2013-01-09.22:09:07
long_aslong_overflow-3.2_3.patch serhiy.storchaka, 2013-01-09.22:09:08
long_aslong_overflow-3.3_3.patch serhiy.storchaka, 2013-01-09.22:09:09
long_aslong_overflow-3.4_3.patch serhiy.storchaka, 2013-01-09.22:09:10
History
Date User Action Args
2013-01-09 22:09:12serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, mark.dickinson, asvetlov
2013-01-09 22:09:10serhiy.storchakalinkissue15989 messages
2013-01-09 22:09:10serhiy.storchakacreate