We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38fa8 commit fb5071bCopy full SHA for fb5071b
pyo3-ffi-check/build.rs
@@ -59,6 +59,7 @@ fn main() {
59
.blocklist_item("FP_INT_TONEARESTFROMZERO")
60
.blocklist_item("FP_INT_TONEAREST")
61
.blocklist_item("FP_ZERO")
62
+ .blocklist_item("PyBytesWriter")
63
.generate()
64
.expect("Unable to generate bindings");
65
0 commit comments