Phase 1: select a self-contained static liburing backend - #17
Merged
Conversation
bright2227
changed the base branch from
feature/select-static-liburing-backend
to
main
July 31, 2026 19:08
bright2227
force-pushed
the
feature/self-contained-liburing-build
branch
from
July 31, 2026 19:19
9633020 to
ff78ee8
Compare
Build Linux wheels across Python and libc matrix
bright2227
marked this pull request as ready for review
August 1, 2026 08:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR completes the selected Phase 1 native-ring backend work:
Ringlifecycle implementationliburing.aduring extension buildsliburing.sodependencyThe raw-syscall experiment is intentionally not part of this PR. It is preserved separately on
feature/raw-syscall-ring-spikefor future reference.Decision
Use the pinned static-liburing route for the production native core. The lifecycle syscall counts were identical and local timing was too noisy to distinguish the compared implementations. The modest binary-size increase is preferable to maintaining correctness-sensitive SQ/CQ shared-memory ordering and kernel ABI details directly.
The vendored build keeps the selected liburing version consistent across Linux distributions. Runtime io_uring feature availability still depends on the host kernel.
Scope
The existing CFFI proactor remains the active backend in this PR. The native liburing module establishes the lifecycle boundary and backend decision; migration into the canonical production module remains follow-up work.
Validation
.venv/bin/pytest— 25 passed_uringcore_liburingand no raw_uringcoreextensionliburing.so