PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Other
11.47k stars 694 forks source link

fix incorrect raw identifier handling for the `name` attribute of `pyfunction`s #4229

Closed Icxolu closed 1 month ago

Icxolu commented 1 month ago

This fixes the #[pyo3(name = "...")] attribute of #[pyfunction]s not handling raw identifiers correctly.

Xref: #4225