pyo3/newsfragments/3178.fixed.md
2023-05-23 10:25:57 +09:00

153 B

Fix a compile error when #[pymethods] items come from somewhere else (for example, as a macro argument) and a custom receiver like Py<Self> is used.