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

gh-125588: Teach the python PEG generator the new f-string tokens #125589

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Oct 16, 2024

@Eclips4
Copy link
Member

Eclips4 commented Oct 16, 2024

The CI is failing because it is running mypy on Python 3.11, where token.py doesn't have FSTRING_ variables. I think we should bump the Python version for this mypy workflow.

@Eclips4
Copy link
Member

Eclips4 commented Oct 16, 2024

I've opened a #125592 for that mypy problem.

@Eclips4
Copy link
Member

Eclips4 commented Oct 16, 2024

Merging main to get changes from #125592

@pablogsal pablogsal added the type-bug An unexpected behavior, bug, or error label Oct 29, 2024
@pablogsal pablogsal enabled auto-merge (squash) October 29, 2024 23:06
@pablogsal pablogsal merged commit 9dfef4e into python:main Oct 29, 2024
46 checks passed
@pablogsal pablogsal deleted the gh-125588 branch October 29, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants