-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inheritance example does not compile #381
Labels
Comments
Looks current implementation is only for |
Alexander-N
added a commit
to Alexander-N/pyo3
that referenced
this issue
Mar 4, 2019
Does not work currently, see PyO3#381
Alexander-N
added a commit
to Alexander-N/pyo3
that referenced
this issue
Mar 4, 2019
Also ignore inheritance example in class.md since it does not work currently, see PyO3#381
Alexander-N
added a commit
to Alexander-N/pyo3
that referenced
this issue
Mar 5, 2019
Also ignore inheritance example in class.md since it does not work currently, see PyO3#381
Alexander-N
added a commit
to Alexander-N/pyo3
that referenced
this issue
Mar 9, 2019
Also ignore inheritance example in class.md since it does not work currently, see PyO3#381
7 tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Reports
🌍 Environment
rustc --version
): rustc 1.34.0-nightly (aadbc459b 2019-02-23)version = "0.x.y"
withgit = "https://github.com/PyO3/pyo3")?
yes💥 Reproducing
The following code from https://pyo3.rs/master/class.html#inheritance
gives me
The text was updated successfully, but these errors were encountered: