Issue 1002530: test_decimal fails if repeated (original) (raw)

Issue1002530

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:06 admin set github: 40680
2004-08-03 10:58:16 mwh create