New submission from Terry J. Reedy <tjre...@udel.edu>:

'eng' claimed in original title that "urllib.parse.parse_qsl cannot parse large 
data".  On original PR, said problem with 6-7 millions bytes.

Claim should be backed up by a generated example that fails with original code 
and succeeds with new code.  Claims of 'faster' also needs some examples.

Original PRs must nearly all propose merging a branch created from main into 
main.  Performance enhancements are often not backported.

----------
nosy: +orsenthil, terry.reedy
title: urllib.parse.parse_qsl cannot parse large data -> Use bytearray in 
urllib.unquote_to_bytes
versions: +Python 3.11 -Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44334>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to