Uh oh!
There was an error while loading. Please reload this page.
uvloop 0.22.0 - #692
Conversation
kumaraditya303
commented
Oct 10, 2025
Vizonex
commented
Oct 10, 2025
@kumaraditya303 I'll be sure my side has this added to the list of todos thanks for the helpful reminder ^^. |
jjmaestro
commented
Oct 10, 2025
Tagging #681 as well, to be closed if free-threaded 3.14t is added :) |
kumaraditya303
commented
Oct 11, 2025
josecsotomorales
commented
Oct 14, 2025
Hey team! Is there an ETA for releasing Python 3.14 support? |
fantix
commented
Oct 15, 2025
I'll need to fix the test here, it's way too flaky |
paulocheque
commented
Oct 15, 2025
I fixed just one that is related to different versions in #694 But the erratic behavior should be a more internal thing. Maybe run the tests within just one process to separate these cases. |
Update: I fixed the |
Changes ======= * Fixes for Python 3.14 (#638) (by @graingert@hroncok@paulocheque@fantix in 46456b6 for #637) * Add free-threading support (#693) (by @kumaraditya303 in 286b370 for #642) Fixes ===== * Use Cython `enum` for `__PREALLOCED_BUFS` (#634) (by @jakirkham in 7bb12a1 for #634) * test: fix getaddrinfo test (#663) (by @fantix in 5680792d9fa054 for #663) * test: fix task name for Python 3.13.3/3.14 (#662) (by @cjwatson in 96b7ed3 for #662)
fantix
commented
Oct 16, 2025
Please see also #700 |
paulocheque
commented
Oct 17, 2025
Awesome @fantix ! |
fcharrier
commented
Oct 17, 2025
Thanks a lot @fantix! |
Changes
Fixes for Python 3.14 (Fix build for Python 3.14 #638)
(by @graingert@hroncok@paulocheque@fantix in 46456b6 for uvloop fails on 3.14 #637)
Add free-threading support (add free-threading support #693)
(by @kumaraditya303 in 286b370 for Add support for free-threaded (nogil) 3.13 Python #642)
Fixes
Use Cython
enumfor__PREALLOCED_BUFS(Use Cythonenumfor__PREALLOCED_BUFS#634)(by @jakirkham in 7bb12a1 for Use Cython
enumfor__PREALLOCED_BUFS#634)test: fix getaddrinfo test (test: fix getaddrinfo test #663)
(by @fantix in 5680792 for test: fix getaddrinfo test #663)
test: fix task name for Python 3.13.3/3.14 (Compensate for asyncio changes in Python 3.13.3/3.14 #662)
(by @cjwatson in 96b7ed3 for Compensate for asyncio changes in Python 3.13.3/3.14 #662)