Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
FZ Jülich
- München
- Sign in to view email
Popular repositories
859 contributions in the last year
Contribution activity
May 2020
- birkenfeld/tide Rust
Created an issue in PyO3/pyo3 that received 1 comment
Cannot give Option function argument a default value but still pass None explicitly
Using 0.10. Extension module code:
use pyo3::prelude::*;
use pyo3::wrap_pyfunction; #[pymodule]
fn test(_py: Python, m: &PyModule) -> PyResult<()> …
1
comment