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.

classification
Title: test_decimal fails if repeated
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: mwh, rhettinger
Priority: normal Keywords:

Created on 2004-08-03 10:58 by mwh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21925 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-03 10:58
You can see this by trying, eg,

$ ./python ../Lib/test/regrtest.py test_decimal test_decimal

I think it's something like precision not being restored in the 
default context, but I don't really know.
msg21926 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-08-06 23:42
Logged In: YES 
user_id=80475

Fixed.
See Lib/decimal.py 1.20
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40680
2004-08-03 10:58:16mwhcreate