2018-05-14 21:21:30 +00:00
|
|
|
## 🐛 Bug Reports
|
|
|
|
|
|
|
|
When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template.
|
|
|
|
|
|
|
|
### 🌍 Environment
|
|
|
|
|
2018-05-17 21:59:11 +00:00
|
|
|
- Your operating system and version:
|
2018-05-14 21:21:30 +00:00
|
|
|
- Your python version:
|
|
|
|
- How did you install python (e.g. apt or pyenv)? Did you use a virtualenv?:
|
2020-05-10 08:47:01 +00:00
|
|
|
- Your Rust version (`rustc --version`):
|
|
|
|
- Your PyO3 version:
|
2021-03-16 22:14:57 +00:00
|
|
|
- Have you tried using latest PyO3 main (replace `version = "0.x.y"` with `git = "https://github.com/PyO3/pyo3")?`:
|
2018-05-17 21:59:11 +00:00
|
|
|
|
|
|
|
### 💥 Reproducing
|
2018-05-14 21:21:30 +00:00
|
|
|
|
2020-05-10 08:47:01 +00:00
|
|
|
Please provide a [minimal working example](https://stackoverflow.com/help/mcve). This means both the Rust code and the Python.
|
2018-05-14 21:21:30 +00:00
|
|
|
|
|
|
|
Please also write what exact flags are required to reproduce your results.
|