[issue26049] Poor performance when reading large xmlrpc data

Cédric Krier report at bugs.python.org
Sat Jan 9 05:26:45 EST 2016


Cédric Krier added the comment:

Answering to myself, it is better to read by chunk to feed the parser also by chunk.
So here is a version of the patch which increases by 2 on every loop.

----------
Added file: http://bugs.python.org/file41545/default.patch

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


More information about the Python-bugs-list mailing list