Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-117142: Support Importing ctypes in Isolated Interpreters #119991

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Jun 3, 2024

This makes the support official.

There is still a question of the thread-safety of mmap and of libffi, but that should already be solved for free-threading builds.

…WTXQo.rst

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
@ericsnowcurrently ericsnowcurrently merged commit dba7a16 into python:main Jun 3, 2024
36 checks passed
@miss-islington-app
Copy link

Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@ericsnowcurrently ericsnowcurrently deleted the ctypes-per-interpreter-gil branch June 3, 2024 22:42
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2024
…ythongh-119991)

This makes the support official.

(cherry picked from commit dba7a16)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
@bedevere-app
Copy link

bedevere-app bot commented Jun 3, 2024

GH-120008 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 3, 2024
mliezun pushed a commit to mliezun/cpython that referenced this pull request Jun 3, 2024
…ythongh-119991)

This makes the support official.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
ericsnowcurrently added a commit that referenced this pull request Jun 3, 2024
…h-120008)

This makes the support official.

(cherry picked from commit dba7a16, AKA gh-119991)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
barneygale pushed a commit to barneygale/cpython that referenced this pull request Jun 5, 2024
…ythongh-119991)

This makes the support official.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…ythongh-119991)

This makes the support official.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…ythongh-119991)

This makes the support official.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants