KEMBAR78
Fix stubgen for Python 3.13 by JelleZijlstra · Pull Request #17290 · python/mypy · GitHub
Skip to content

Conversation

JelleZijlstra
Copy link
Member

firstlineno and static_attributes are new in 3.13.
annotate will be new in 3.14, so we might as well add it now.

I tried to run the test suite on 3.13. There are a ton of compilation failures from mypyc, and a number of stubgen failures that this PR will fix.

__firstlineno__ and __static_attributes__ are new in 3.13.
__annotate__ will be new in 3.14, so we might as well add it now.
@hauntsaninja hauntsaninja merged commit 66b48cb into python:master May 25, 2024
@hauntsaninja hauntsaninja mentioned this pull request May 25, 2024
8 tasks
@JelleZijlstra JelleZijlstra deleted the updstubgen branch May 25, 2024 07:07
@JelleZijlstra JelleZijlstra restored the updstubgen branch September 10, 2024 23:37
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