-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
--experimental-string-processing
crash on string + % {
#2271
Comments
What even... apparently I opened the label selection menu at the worse time ever that I cleared the labels... AHHH |
@bbugyi200 would you still be interested in fixing this one? Right now it's the only |
@JelleZijlstra Thanks for tagging me. The follownig PR should fix this crash: #2283 |
Thank you! I really appreciate you helping out with all of these issues. |
Minified from a file in sqlalchemy that we originally found this crash on.
The crash is in the
StringParenWrapper
class intrans.py
, which apparently doesn't know how to handle the parentheses enclosing the string +% {
. I spent some time looking at it but I'm not sure what the best solution is.The text was updated successfully, but these errors were encountered: