]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135336: Add fast path to json string encoding (#133239)
authorNice Zombies <nineteendo19d0@gmail.com>
Thu, 7 Aug 2025 15:21:56 +0000 (17:21 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Aug 2025 15:21:56 +0000 (15:21 +0000)
commitdec624e0afe6d22d38409d2e7dd9636ea0170378
tree4c8fb9c2149ff863e58133978b7e4208f91b62f6
parent7ab68cd50658f76abc9e0f12e6212736e2440720
gh-135336: Add fast path to json string encoding (#133239)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Library/2025-06-11-15-08-02.gh-issue-135336.6Gq6MI.rst [new file with mode: 0644]
Modules/_json.c