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 glathoud
Recipients glathoud
Date 2008-03-25.10:14:49
SpamBayes Score 0.13072465
Marked as misclassified No
Message-id <1206440091.4.0.85980098649.issue2478@psf.upfronthosting.co.za>
In-reply-to
Content
I got a crash with Python 2.5.2 :

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import decimal
>>> decimal.Decimal( 0 ).sqrt()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "f:\Python25\lib\decimal.py", line 2330, in sqrt
    return ans._fix(context)
  File "f:\Python25\lib\decimal.py", line 1461, in _fix
    Etiny = context.Etiny()
AttributeError: 'NoneType' object has no attribute 'Etiny'
History
Date User Action Args
2008-03-25 10:14:51glathoudsetspambayes_score: 0.130725 -> 0.13072465
recipients: + glathoud
2008-03-25 10:14:51glathoudsetspambayes_score: 0.130725 -> 0.130725
messageid: <1206440091.4.0.85980098649.issue2478@psf.upfronthosting.co.za>
2008-03-25 10:14:50glathoudlinkissue2478 messages
2008-03-25 10:14:49glathoudcreate