Message97719
| 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. |
|