summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-02-01 16:26:56 (GMT)
committerGitHub <noreply@github.com>2021-02-01 16:26:56 (GMT)
commitb5931f1d9f1f9f907e5cb6e193154672f78c1225 (patch)
tree3986b2fe87cd6f461fa31468cfb333a9f386b7cb /Misc
parent574aed16bfab1c5966af36ed6345d16ef119ac64 (diff)
downloadcpython-b5931f1d9f1f9f907e5cb6e193154672f78c1225.zip
cpython-b5931f1d9f1f9f907e5cb6e193154672f78c1225.tar.gz
cpython-b5931f1d9f1f9f907e5cb6e193154672f78c1225.tar.bz2
bpo-42834: Fix _json internal caches for subinterpreters (GH-24121)
Make internal caches of the _json extension module compatible with subinterpreters.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-05-23-55-24.bpo-42834.LxRnZC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-05-23-55-24.bpo-42834.LxRnZC.rst b/Misc/NEWS.d/next/Library/2021-01-05-23-55-24.bpo-42834.LxRnZC.rst
new file mode 100644
index 0000000..9e63a7e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-01-05-23-55-24.bpo-42834.LxRnZC.rst
@@ -0,0 +1 @@
+Make internal caches of the ``_json`` module compatible with subinterpreters.