Why does the GitHub Action use the "limited API" implicitly? #274
-
I'm using the a more or less default My code makes usage of However, on CI using the default
I can't figure out why the GitHub Action is using the limited API. My understanding from the documentation was that it should only do that if pyo3 dependency is used with Interestingly, the build in the CI also seems to partially work, because the log seems to already have build some things successfully up to that point. I.e., above in the log there is: Successful logs summary
It is unclear to me what the GitHub action is executing there exactly when the error happens:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
PyFunction
is not available on PyPy: https://docs.rs/pyo3/latest/pyo3/types/struct.PyFunction.html