Commit c14c173
gh-87613: Migrate int.__new__ to clinic-generated vectorcall
Replace the hand-written long_vectorcall with a clinic-generated
version using the @vectorcall decorator, reducing maintenance burden
while preserving the same fast calling path.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 79b71f7 commit c14c173
2 files changed
+85
-25
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5969 | 5969 | | |
5970 | 5970 | | |
5971 | 5971 | | |
| 5972 | + | |
5972 | 5973 | | |
5973 | 5974 | | |
5974 | 5975 | | |
| |||
5978 | 5979 | | |
5979 | 5980 | | |
5980 | 5981 | | |
5981 | | - | |
| 5982 | + | |
5982 | 5983 | | |
5983 | 5984 | | |
5984 | 5985 | | |
| |||
6535 | 6536 | | |
6536 | 6537 | | |
6537 | 6538 | | |
6538 | | - | |
6539 | | - | |
6540 | | - | |
6541 | | - | |
6542 | | - | |
6543 | | - | |
6544 | | - | |
6545 | | - | |
6546 | | - | |
6547 | | - | |
6548 | | - | |
6549 | | - | |
6550 | | - | |
6551 | | - | |
6552 | | - | |
6553 | | - | |
6554 | | - | |
6555 | | - | |
6556 | | - | |
6557 | | - | |
6558 | | - | |
6559 | | - | |
6560 | | - | |
6561 | 6539 | | |
6562 | 6540 | | |
6563 | 6541 | | |
| |||
0 commit comments