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

Support for Python 3.13 freethreading #744

Open
5 tasks
jcrist opened this issue Oct 13, 2024 · 0 comments
Open
5 tasks

Support for Python 3.13 freethreading #744

jcrist opened this issue Oct 13, 2024 · 0 comments

Comments

@jcrist
Copy link
Owner

jcrist commented Oct 13, 2024

In #711 we added support for Python 3.13. More work is needed to add support for freethreading (and build wheels supporting it).

  • Add CI support
  • Synchronize around caches
  • Synchronize around critical sections (I believe these mostly exist in serialization)
  • Ensure type parsing logic and caching is threadsafe
  • Expand tests to add threading tests
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

No branches or pull requests

1 participant