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

Mark Dickinson report at bugs.python.org
Sun Nov 24 12:51:28 CET 2013


Mark Dickinson added the comment:

Tweak: make MAX_DIGITS unsigned to avoid compiler complaints about comparing signed with unsigned.

----------
Added file: http://bugs.python.org/file32818/limit_dtoa_string_v3.patch

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


More information about the Python-bugs-list mailing list