summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2024-06-03 22:42:48 (GMT)
committerGitHub <noreply@github.com>2024-06-03 22:42:48 (GMT)
commitdba7a167dbbd50e83e58df351f3414b7a08e0188 (patch)
tree1c83ff104b19e4d91517f7986cd5124d678e2a92 /Misc
parentd82a7ba041321e7b58a5a9bbc394670be6ceeb7c (diff)
downloadcpython-dba7a167dbbd50e83e58df351f3414b7a08e0188.zip
cpython-dba7a167dbbd50e83e58df351f3414b7a08e0188.tar.gz
cpython-dba7a167dbbd50e83e58df351f3414b7a08e0188.tar.bz2
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
This makes the support official. Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst b/Misc/NEWS.d/next/Library/2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst
new file mode 100644
index 0000000..80734ef
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst
@@ -0,0 +1,2 @@
+The :mod:`ctypes` module may now be imported in all subinterpreters, including
+those that have their own GIL.