summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-05-05 16:50:30 (GMT)
committerGitHub <noreply@github.com>2020-05-05 16:50:30 (GMT)
commit607b1027fec7b4a1602aab7df57795fbcec1c51b (patch)
tree2b67c0fcc706694608a09fc83402a87fe31c56ac /Python/ceval.c
parent299b8c61e9d1a42b929b8deb1b05067876e191e6 (diff)
downloadcpython-607b1027fec7b4a1602aab7df57795fbcec1c51b.zip
cpython-607b1027fec7b4a1602aab7df57795fbcec1c51b.tar.gz
cpython-607b1027fec7b4a1602aab7df57795fbcec1c51b.tar.bz2
bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)
When Python is built in the experimental isolated subinterpreters mode, disable Unicode singletons and Unicode interned strings since they are shared by all interpreters. Temporary workaround until these caches are made per-interpreter.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions