commit | 7f413a5d95e6d7ddddd6e2c9844c33594d6288f4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Sep 23 14:05:32 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 23 14:05:32 2020 +0200 |
tree | d3b8bf07fae75e7c2528ae4ee11ac8647770205e | |
parent | 19c3ac92bf73f1902cff846988552fd7bb8a8621 [diff] |
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).