]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
authorGregory P. Smith <greg@krypto.org>
Mon, 19 Sep 2022 23:06:25 +0000 (16:06 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Sep 2022 23:06:25 +0000 (16:06 -0700)
commite61ca2243163d829ab04d91d8e67940ea850aefa
tree4897f3571641d511770aad2e2d1fff505160792e
parent04f4977f508583954ad7b9cb09076ee1e57461f8
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)

on large input values.  Based on Dennis Sweeney's chunking idea.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2022-09-16-07-53-29.gh-issue-95865.oHjX0A.rst [new file with mode: 0644]