Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix stubgen for Python 3.13 #17290

Merged
merged 1 commit into from
May 25, 2024
Merged

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
14 checks passed
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants