Commit e8566a9
Add PyStructSequence_UnnamedField constant (#5892)
* Add PyStructSequence_UnnamedField constant
* Newsfragment
Add `PyStructSequence_UnnamedField` constant. The string remains the same as of 3.10.
* const
* Change unnamed field to use CString
* Update PyStructSequence_UnnamedField type
Changed type of PyStructSequence_UnnamedField from *const c_char to *const u8.
* Update pyo3-ffi/src/structseq.rs
Co-authored-by: Thomas Tanon <thomas@pellissier-tanon.fr>
* Drop mut
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
* Update newsfragments/5892.added.md
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
* Update pyo3-ffi/src/structseq.rs
---------
Co-authored-by: Thomas Tanon <thomas@pellissier-tanon.fr>
Co-authored-by: David Hewitt <mail@davidhewitt.dev>1 parent 90f5e2b commit e8566a9
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments