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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to