-
-
Notifications
You must be signed in to change notification settings - Fork 355
Run tests on python 3.14 with free threads #785
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
base: master
Are you sure you want to change the base?
Conversation
|
So I guess we start raising an exception and halt the worker when |
Don't know what you mean by this |
|
Yes I believe that using gevent on free-threaded python is a no-go (https://www.gevent.org/install.html#supported-platforms). Perhaps right at the start of the @synweap15 Where did you get |
|
The current passing tests are actually still running with the GIL enabled. From the test logs: |
|
@LincolnPuzey sorry, I recently work with a custom-patched CPython where The offical CPython way has been introduced in python/cpython#118514 - |
|
I think we want to continue supporting gevent even in 3.14 and up. I think @LincolnPuzey meant that the check in Reading the gevent docs, though, my understanding is that using gevent will simply enable the GIL, so maybe a warning would be more appropriate when |
|
Hi there! Do you saw recommendations for free-threaded testing/debugging? It's look very interesting. https://py-free-threading.github.io/debugging/
|
|
I have opened #813 with a different approach to do this |
No description provided.