Skip to content
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

Reimplement "Dependencies.strip_string_literals()" #5994

Merged
merged 7 commits into from Feb 13, 2024

Conversation

scoder
Copy link
Contributor

@scoder scoder commented Feb 11, 2024

… to handle unclosed string literals and recursive f-strings.

Closes #5977

@da-woods
Copy link
Contributor

Can't see any obvious issues (or if there are issues, they're cleverer than me)

@scoder scoder merged commit a8a2d41 into cython:master Feb 13, 2024
63 checks passed
@scoder scoder deleted the gh5977_strip_string_literals branch February 13, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unterminated string literal causes cython compiler to go into an infinite loop.
2 participants