pyo3/newsfragments/3036.fixed.md

2 lines
181 B
Markdown
Raw Normal View History

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