pyo3/newsfragments/3036.fixed.md
2023-03-10 16:02:52 +00:00

181 B

Correct FFI definitions PyGetSetDef, PyMemberDef, PyStructSequence_Field and PyStructSequence_Desc to have *const c_char members for name and doc (not *mut c_char).