[pypy-issue] [issue1219] float(bytearray('10.4')) fails

Antonio Cuni tracker at bugs.pypy.org
Wed Jul 18 17:05:35 CEST 2012


New submission from Antonio Cuni <anto.cuni at gmail.com>:

the following test fails on PyPy but works on CPython:

    def test_float(self):
        assert float(bytearray(b'10.4')) == 10.4

----------
messages: 4597
nosy: pypy-issue
priority: bug
status: unread
title: float(bytearray('10.4')) fails

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1219>
________________________________________


More information about the pypy-issue mailing list