Skip to content

re: 3.11 fixes #7859

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

Merged
merged 4 commits into from
May 18, 2022
Merged

re: 3.11 fixes #7859

merged 4 commits into from
May 18, 2022

Conversation

JelleZijlstra
Copy link
Member

No description provided.

@@ -87,6 +88,9 @@ class Tokenizer:
def seek(self, index: int) -> None: ...
def error(self, msg: str, offset: int = ...) -> _Error: ...

if sys.version_info >= (3, 11):
def checkgroupname(self, name: str, offset: int, nested: int) -> None: ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess stubtest will complain come beta2 python/cpython#91792

@hauntsaninja
Copy link
Collaborator

Pyright's change is out of reach of Github suggestions so you'll have to do that yourself

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit 7998906 into python:master May 18, 2022
@JelleZijlstra JelleZijlstra deleted the rere branch May 18, 2022 15:47
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.

2 participants