]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 3 Jun 2024 22:42:48 +0000 (18:42 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 22:42:48 +0000 (16:42 -0600)
commitdba7a167dbbd50e83e58df351f3414b7a08e0188
tree1c83ff104b19e4d91517f7986cd5124d678e2a92
parentd82a7ba041321e7b58a5a9bbc394670be6ceeb7c
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)

This makes the support official.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Misc/NEWS.d/next/Library/2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c