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

Check Python 3.13 compatibility #928

Open
ns-rse opened this issue Oct 3, 2024 · 0 comments
Open

Check Python 3.13 compatibility #928

ns-rse opened this issue Oct 3, 2024 · 0 comments
Labels
Low Priority tests Issues pertaining to testing

Comments

@ns-rse
Copy link
Collaborator

ns-rse commented Oct 3, 2024

Python 3.13 release is imminent (due next week) and features the option to disable the "Global Interprator Lock" (GIL) which controls parallel processes.

The pytest-freethreaded extension allows checking of the impact of running testes with the GIL disabled.

We should test our code against this, may not require formal tests to be written (which would require additional images to be added to the test suite) but it will be important to know what, if any, this impact has.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority tests Issues pertaining to testing
Projects
None yet
Development

No branches or pull requests

1 participant