[New-bugs-announce] [issue38969] The "int" method doesn't work correctly for long numbers with some decimal places.

Riccardo La Marca report at bugs.python.org
Wed Dec 4 08:00:31 EST 2019


New submission from Riccardo La Marca <riccardolamarca1 at gmail.com>:

PyDev console: starting.

Python 3.8.0 (v3.8.0:fa919fdf25, Oct 14 2019, 10:23:27) 
[Clang 6.0 (clang-600.0.57)] on darwin
>>> int(123456789012345678901234567890)
123456789012345678901234567890
>>> int(123456789012345678901234567890.76)
123456789012345677877719597056

----------
messages: 357803
nosy: Riccardo La Marca
priority: normal
severity: normal
status: open
title: The "int" method doesn't work correctly for long numbers with some decimal places.
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38969>
_______________________________________


More information about the New-bugs-announce mailing list