Commit 66b48cb
authored
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.1 parent 3ddc009 commit 66b48cb
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
469 | 472 | | |
470 | 473 | | |
471 | 474 | | |
| |||
0 commit comments