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, chris.jerdonek, ezio.melotti, serhiy.storchaka, terry.reedy
Date 2012-12-24.20:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201212242221.45329.storchaka@gmail.com>
In-reply-to <1356344179.57.0.256003858099.issue16761@psf.upfronthosting.co.za>
Content
Patches updated to address Cris's  comments on Rietveld (thank you, Cris, for 
review). In additional new tests added. I think merging test_int and test_long 
is hard task and should be done in separated issue. Instead I have merged and 
simplified some test to make synchronization simpler.

Two new possible bugs were found during working on these tests (issue16772 and 
issue16773).
Files
File name Uploaded
int_without_x-2.7_2.patch serhiy.storchaka, 2012-12-24.20:22:07
int_without_x-3.2_2.patch serhiy.storchaka, 2012-12-24.20:22:07
int_without_x-3.3_2.patch serhiy.storchaka, 2012-12-24.20:22:06
History
Date User Action Args
2012-12-24 20:22:07serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ezio.melotti, asvetlov, chris.jerdonek
2012-12-24 20:22:07serhiy.storchakalinkissue16761 messages
2012-12-24 20:22:07serhiy.storchakacreate