Replies: 1 comment 4 replies
-
I think that the problem with |
Beta Was this translation helpful? Give feedback.
4 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.
-
Is it possible to use pyo3-ffi in a binary while dynamically loading libpython? Specifically, I'd like to decide at runtime which libpython to load (with abi3 and libloading). Is it still possible to use pyo3-ffi and its extern blocks, or is there a fundamental limitation why this isn't possible?
Beta Was this translation helpful? Give feedback.
All reactions