pyo3/newsfragments/4015.fixed.md
Weijie Guo 74d9d23ba0
async method should allow args not only receiver (#4015)
* async method should allow args not only receiver

* add changelog md
2024-03-30 08:48:19 +00:00

80 B

Fix the bug that an async #[pymethod] with receiver can't have any other args.