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 skrah
Recipients brian.curtin, eric.smith, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-13.14:17:00
SpamBayes Score 3.5915715e-14
Marked as misclassified No
Message-id <1263392224.96.0.941327247372.issue7652@psf.upfronthosting.co.za>
In-reply-to
Content
As a first step in unifying test_decimal.py and test_cdecimal.py I
would like to patch test_decimal.py in trunk and py3k. This is to
minimize differences between py3k and py3k-cdecimal.

(1) Remove test that Decimal(x) generates a copy.

(2) Add test case to formatting test.

(3) Extend threading test.

(4) Use Emax of 425000000 instead of 999999999 where possible.
    (The 32-bit version of cdecimal has the official limit of
    425000000, even though 999999999 works in almost all cases.)


If I get an OK for the two patches, I can commit them to py3k and
trunk. If you don't want to apply (1), I'll make new patches.
History
Date User Action Args
2010-01-13 14:17:05skrahsetrecipients: + skrah, rhettinger, mark.dickinson, eric.smith, jjconti, brian.curtin
2010-01-13 14:17:04skrahsetmessageid: <1263392224.96.0.941327247372.issue7652@psf.upfronthosting.co.za>
2010-01-13 14:17:02skrahlinkissue7652 messages
2010-01-13 14:17:02skrahcreate