PyO3 / pyo3

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

implement `PyModuleMethods::filename` on PyPy #4249

Closed davidhewitt closed 2 weeks ago

davidhewitt commented 2 weeks ago

While tidying up #4245, spotted this as a relatively clear simplification of the user API.