[New-bugs-announce] [issue26719] More efficient formatting of ints and floats in json

Serhiy Storchaka report at bugs.python.org
Sat Apr 9 06:06:03 EDT 2016


New submission from Serhiy Storchaka:

Proposed patch provide more efficient solution of issue18264. Instead of creating new int or float object and then converting it to string, the patch directly uses functions that does int and float conversion to string.

----------
components: Extension Modules, Library (Lib)
files: json_int_float_formatting.patch
keywords: patch
messages: 263077
nosy: amaury.forgeotdarc, barry, cvrebert, eli.bendersky, eric.snow, ethan.furman, ezio.melotti, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: More efficient formatting of ints and floats in json
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42410/json_int_float_formatting.patch

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


More information about the New-bugs-announce mailing list