Conversation
Builds the NVX (cffi) native extension for cp312-cp314 on riscv64. Upstream ships no riscv64 wheel; the flatc dev-convenience binary is skipped (upstream's own hatch_build.py treats a missing flatbuffers submodule as a supported, non-gating configuration).
Both call asyncio.get_event_loop() outside a running loop, relying on the implicit-loop-creation fallback CPython 3.14 removed; reproduces on plain macOS 3.14.7 too, so it is an upstream test bug, not a riscv64 issue.
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.
autobahn26.7.1Compiles the NVX cffi extension (WebSocket UTF-8 validation and frame XOR masking accelerators). Upstream publishes no riscv64 wheel.
Mirrors upstream's
wheels-docker.yml, narrowed to a plain cibuildwheel manylinux_riscv64 build instead of its custom just/uv/rust container pipeline.Differs from upstream
flatcbinary - upstream's ownhatch_build.pyalready treats a missingdeps/flatbufferssubmodule as a supported, non-gating configuration.Matrix: cp312/cp313/cp314 - upstream doesn't build 3.14t yet.
Testing
autobahn.test,.nvx,.rawsocket,.wamp,.websocket,.asyncio) against the installed wheel, matching upstream's ownjust test-asyncio.encryption/scram/serializationextras installed for test coverage.test_asyncio_component[_404]on 3.14: both callasyncio.get_event_loop()outside a running loop, relying on the implicit-loop-creation fallback CPython 3.14 removed. Reproduces on plain macOS 3.14 too - an upstream test bug, not riscv64-specific.License: OK
Built on cp313/cp314 (PyPI macOS wheel rehearsal, and riscv64 CI); 247-249 passed, 10 skipped (non-Linux/env-gated), plus 26 passed for the asyncio suite.