-
Notifications
You must be signed in to change notification settings - Fork 784
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
"assertion failed: (left != right)
" when initializing module
#223
Comments
This looks another instance of #219. Could you try latest master? |
Thanks for the help @konstin, looks like that fixed it. When do you think the next release will be published? |
A prerelease would be great, actually. Hoping to get a new version of my library out that depends on PyO3. |
konstin
added a commit
that referenced
this issue
Sep 17, 2018
Done: https://crates.io/crates/pyo3/0.5.0-alpha.1 (Got the releasing procedure right on the first try 🎉 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🌍 Environment
version = "0.x.y"
withgit = "https://github.com/PyO3/pyo3")?
Yes, 0.4.1💥 Reproducing
Hi, I'm running into the following assertion when compiling a module built via cibuildwheel using pyo3:
This only happens on 3.5 and 3.6, but not 3.7 or 2.7. Any ideas on what the cause might be?
The text was updated successfully, but these errors were encountered: