]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Sep 2020 12:05:32 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 12:05:32 +0000 (14:05 +0200)
commit7f413a5d95e6d7ddddd6e2c9844c33594d6288f4
treed3b8bf07fae75e7c2528ae4ee11ac8647770205e
parent19c3ac92bf73f1902cff846988552fd7bb8a8621
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)

Fix PyUnicode_InternInPlace() when the INTERNED_STRINGS macro is not
defined (when the EXPERIMENTAL_ISOLATED_SUBINTERPRETERS macro is
defined).
Objects/unicodeobject.c