Run tests on python 3.14 with free threads#785
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 |
|
@spumer Thanks for the suggestion, I hadn't seen those plugins. |
|
Thanks @jairhenrique, but I'm closing this in favor of #813 |
No description provided.