pyo3
pyo3 copied to clipboard
pyo3-ffi: `raw-dylib` support
raw-dylib feature is going to be stabilized soon for most supported Windows architectures: https://github.com/rust-lang/rust/pull/104218
xref https://github.com/PyO3/python3-dll-a/issues/20#issuecomment-1131260691
Because Py_3_11 feature implies Py_3_7, Py_3_8, Py_3_9, Py_3_10 and Py_3_11, we also need to consider abi3, it's kinda messy to add the link annotations even with macros I think.