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

Feature request: support for Python 3.13 no-gil #11702

Closed
0xDEADFED5 opened this issue Oct 5, 2024 · 7 comments
Closed

Feature request: support for Python 3.13 no-gil #11702

0xDEADFED5 opened this issue Oct 5, 2024 · 7 comments

Comments

@0xDEADFED5
Copy link

Cheers!

@alex
Copy link
Member

alex commented Oct 5, 2024

This is blocked on work in pyo3 and cffi: #11436 (comment)

As There's no actual work for us to do here, we're not going to keep an open issue for it.

@ngoldbaum
Copy link
Contributor

PyO3 0.23 is coming out soon and I'd like to start looking at low-hanging issues towards supporting a free-threaded Python.

OK to open a new issue to track that now?

@alex
Copy link
Member

alex commented Nov 11, 2024

If there's something to track beyond "wait for pyo3 0.23", then yes, I'm happy to have an issue.

@ngoldbaum
Copy link
Contributor

So for free-threading I think we might need to wait on python-cffi/cffi#126, but we can at least work on the rust side of things by updating the rust code to support PyO3 0.23. I'll open an issue specifically for that.

@alex
Copy link
Member

alex commented Nov 11, 2024 via email

@colesbury
Copy link

How does cryptography make use of cffi? I see https://github.com/pyca/cryptography/blob/main/src/_cffi_src/build_openssl.py and https://github.com/pyca/cryptography/blob/main/src/_cffi_src/utils.py, but I don't really understand how they're used or their purpose.

@alex
Copy link
Member

alex commented Nov 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants