Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stubgen for Python 3.13 (#17290)
__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.
- Loading branch information