Replies: 3 comments 3 replies
-
Update: above error is resolved, but a new one arises; specifically, when
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think we resolved this by updating the FFI definitions in your PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Upstream CI passes, but not within my fork; my PR adds CPython 3.14 for CI testing, and there are still FFI test errors. I'll have time to tackle this early next week |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Within CI tests for 3.14 within my fork, I am getting inconsistent results. When
cargo test --no-default-features --lib --tests
is run within GH Actions, which fetches the (non-GIL_ Python from https://github.com/actions/python-versions/releases, I get the following errorReproduced when building against the same kind of interpreter obtained from this PPA.
When building against a freethreaded interpreter, however, all the tests pass. Tested within interpreter obtained from the above PPA and also from https://src.fedoraproject.org/rpms/python3.14
Beta Was this translation helpful? Give feedback.
All reactions