]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47182: Fix crash by named unicode characters after interpreter reinitialization...
authorChristian Heimes <christian@python.org>
Thu, 31 Mar 2022 15:14:50 +0000 (18:14 +0300)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 15:14:50 +0000 (08:14 -0700)
commit44e915028d75f7cef141aa1aada962465a5907d6
tree7413142bf87102c1d8113bb730ac8b929b989eeb
parent5458b7e39eb41b146c650b76e04ac67213138a82
bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212)

Automerge-Triggered-By: GH:tiran
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2022-03-31-15-37-02.bpo-47182.e_4SsC.rst [new file with mode: 0644]
Objects/unicodeobject.c