]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125196: Add a free list to PyUnicodeWriter (#125227)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2024 10:11:06 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 10:11:06 +0000 (12:11 +0200)
commit1639d934b9180c278ac9c02be43cbb1beada494a
treea7744f707cd8634ac54c838016ea442d1a1fe9ed
parent7a10cdec359750b5154490fa9e24475c90d05aab
gh-125196: Add a free list to PyUnicodeWriter (#125227)
Include/internal/pycore_freelist_state.h
Objects/object.c
Objects/unicodeobject.c