pyo3 icon indicating copy to clipboard operation
pyo3 copied to clipboard

pyo3-ffi: `raw-dylib` support

Open messense opened this issue 3 years ago • 1 comments

raw-dylib feature is going to be stabilized soon for most supported Windows architectures: https://github.com/rust-lang/rust/pull/104218

messense avatar Nov 23 '22 05:11 messense

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.

messense avatar Nov 23 '22 06:11 messense