summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-03 23:06:56 (GMT)
committerGitHub <noreply@github.com>2024-06-03 23:06:56 (GMT)
commitc348e27cc1b1e7468f9c0c7d5d6e7f6160d25613 (patch)
tree856053b5179c0b85909bdd67346c8cc7acdb1701 /Misc
parent39510dadde3ca20e9f85833efee5fef1d51e16da (diff)
downloadcpython-c348e27cc1b1e7468f9c0c7d5d6e7f6160d25613.zip
cpython-c348e27cc1b1e7468f9c0c7d5d6e7f6160d25613.tar.gz
cpython-c348e27cc1b1e7468f9c0c7d5d6e7f6160d25613.tar.bz2
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
This makes the support official. (cherry picked from commit dba7a167dbbd50e83e58df351f3414b7a08e0188, AKA gh-119991) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> 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.