]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
authorVictor Stinner <vstinner@python.org>
Wed, 9 Oct 2024 23:37:14 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 23:37:14 +0000 (23:37 +0000)
commit942916378aa6a0946b1385c2c7ca6935620d710a
treea9fbba1e5c98d5db455c7f0010ee68e44c83172d
parent1b2a5485f94ccbe43a45eb9990a5649ae3d2499e
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)

Replace the private _PyUnicodeWriter with the public PyUnicodeWriter.
Lib/test/test_context.py
Python/context.c