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

B907: fix crash and test failures on py312 #399

Merged
merged 4 commits into from
Jul 1, 2023

Conversation

AlexWaygood
Copy link
Contributor

@AlexWaygood AlexWaygood commented Jul 1, 2023

Fixes #393. On py312, f-strings parse differently and ast.JoinedStr nodes have proper column numbers.

@AlexWaygood AlexWaygood changed the title Fix crash and test failures on py312 B907: fix crash and test failures on py312 Jul 1, 2023
@JelleZijlstra JelleZijlstra merged commit c722166 into PyCQA:main Jul 1, 2023
@JelleZijlstra
Copy link
Collaborator

Thank you!

@AlexWaygood AlexWaygood deleted the fix-py312 branch July 1, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

B907 crashes when bugbear is run on Python 3.12
2 participants