[issue19638] dtoa: conversion from '__int64' to 'int', possible loss of data

Mark Dickinson report at bugs.python.org
Sat Nov 23 20:20:48 CET 2013


Mark Dickinson added the comment:

So I think the right approach here is to signal an error if the input string is longer than INT_MAX.  The the safe downcast really *is* a safe downcast.

----------

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


More information about the Python-bugs-list mailing list