-
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
LexError when upgrading from 0.21 to 0.22 #4352
Labels
Comments
Can reproduce, it's gone with 1.79.0 though. |
This seems to origin from the c-string literals (#4269) It seems that So we should probably bump our |
Merged
Icxolu
added a commit
to Icxolu/pyo3
that referenced
this issue
Jul 15, 2024
davidhewitt
pushed a commit
that referenced
this issue
Jul 16, 2024
davidhewitt
pushed a commit
that referenced
this issue
Jul 16, 2024
davidhewitt
pushed a commit
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
I'm using pyo3's #[pyclass] #[pymodule] etc to export a very limited number of items, and when trying to ugprade to 0.22 I receive error messages like
Steps to Reproduce
Backtrace
Your operating system and version
nixos 24.05
Your Python version (
python --version
)3.11.9
Your Rust version (
rustc --version
)1.78.0
Your PyO3 version
0.22.2
How did you install python? Did you use a virtualenv?
nix flake
Additional Info
No response
The text was updated successfully, but these errors were encountered: