Python 3.14.7 free-threading build (main, Aug 11 2026, 15:54:45) [GCC 15.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import liburing
>>> ring = liburing.Ring()
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
ring = liburing.Ring()
^^^^^^^^^^^^^
File "/home/gabadie/git/bunny/.env/3.14.7t/lib/python3.14t/site-packages/dynamic_import/module.py", line 84, in __getattr__
raise AttributeError(error) from None
AttributeError: module 'liburing' has no attribute 'Ring'
Hi!
I was wondering if you envisioned adding support for python free threading since 3.15 seams to be coming with stable ABI.
Many thanks!