Skip to content

python free threading support? #33

Description

@gabadie

Hi!

I was wondering if you envisioned adding support for python free threading since 3.15 seams to be coming with stable ABI.

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'

Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions