[New-bugs-announce] [issue7632] dtoa.c: oversize b in quorem

Stefan Krah report at bugs.python.org
Mon Jan 4 13:50:05 CET 2010


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

In a debug build:

Python 3.2a0 (py3k:76671M, Dec 22 2009, 19:41:08) 
[GCC 4.1.3 20080623 (prerelease) (Ubuntu 4.1.2-23ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> s = "2183167012312112312312.23538020374420446192e-370"
[30473 refs]
>>> f = float(s)
oversize b in quorem

----------
messages: 97205
nosy: eric.smith, mark.dickinson, skrah
severity: normal
status: open
title: dtoa.c: oversize b in quorem
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7632>
_______________________________________


More information about the New-bugs-announce mailing list