]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2024 18:41:14 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 18:41:14 +0000 (20:41 +0200)
commitbb594e801b6a84823badbb85b88f0fc8b221d7bf
treedec5578f02850a506793f355f74b2d6459f705b5
parent3b87fb74c907510402678bf1b7c4a94df0e5e65a
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
Objects/dictobject.c