FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-87613: Argument Clinic vectorcall decorator by cmaloney · Pull Request #145381 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-87613: Argument Clinic vectorcall decorator
- #145381
#145381
Open
cmaloney
wants to merge 37 commits into
python:main
python/cpython:main
from
cmaloney:ac_add_vectorcall
cmaloney/cpython:ac_add_vectorcall
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Open
gh-87613: Argument Clinic vectorcall decorator
#145381
cmaloney
wants to merge 37 commits into
python:main
python/cpython:main
from
cmaloney:ac_add_vectorcall
cmaloney/cpython:ac_add_vectorcall
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2026
gh-87613: Argument Cliic @vectorcall decorator
Show description for 947e149
cmaloney
and
claude
committed
947e149
View commit details
Copy full SHA for 947e149
Browse repository at this point
add blurb
cmaloney
committed
a9d0d6f
View commit details
Copy full SHA for a9d0d6f
Browse repository at this point
Move enumerate, reversed in enum.c to AC vectorcall
cmaloney
committed
15f74e8
View commit details
Copy full SHA for 15f74e8
Browse repository at this point
Move tuple to AC vectorcall
cmaloney
committed
a243517
View commit details
Copy full SHA for a243517
Browse repository at this point
Commits on Mar 18, 2026
Add _testclinic vectorcall sample + testing
cmaloney
committed
3698a32
View commit details
Copy full SHA for 3698a32
Browse repository at this point
Commits on May 18, 2026
Merge upstream/main into ac_add_vectorcall
Show description for 115a524
cmaloney
and
claude
committed
115a524
View commit details
Copy full SHA for 115a524
Browse repository at this point
Simplify some test cases
cmaloney
committed
04a148c
View commit details
Copy full SHA for 04a148c
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into ac_add_vectorcall
cmaloney
committed
61746eb
View commit details
Copy full SHA for 61746eb
Browse repository at this point
Commits on May 19, 2026
Ignore very large _testclinic
cmaloney
committed
b5d2e40
View commit details
Copy full SHA for b5d2e40
Browse repository at this point
Up limit a bit more
cmaloney
committed
71b0d8e
View commit details
Copy full SHA for 71b0d8e
Browse repository at this point
Exclude more _testclinic from globals
cmaloney
committed
b96c326
View commit details
Copy full SHA for b96c326
Browse repository at this point
Remove zero_arg case
cmaloney
committed
379fd85
View commit details
Copy full SHA for 379fd85
Browse repository at this point
Fix lint
cmaloney
committed
e9aff2f
View commit details
Copy full SHA for e9aff2f
Browse repository at this point
Move to dataclass for vc args
cmaloney
committed
446bce5
View commit details
Copy full SHA for 446bce5
Browse repository at this point
Commits on May 20, 2026
Fix test failures, refactor to dedup
cmaloney
committed
420d705
View commit details
Copy full SHA for 420d705
Browse repository at this point
Simplify now there's only exact_only
cmaloney
committed
e4d18aa
View commit details
Copy full SHA for e4d18aa
Browse repository at this point
Commits on May 21, 2026
Merge branch 'main' into ac_add_vectorcall
cmaloney
authored
1dcc72b
View commit details
Copy full SHA for 1dcc72b
Browse repository at this point
Remove removed class from globals-to-fix.tsv
cmaloney
committed
7e089b0
View commit details
Copy full SHA for 7e089b0
Browse repository at this point
Commits on May 22, 2026
Refactor kwarg parsing to be a helper function when emitting two parse functions
cmaloney
committed
7f56bb0
View commit details
Copy full SHA for 7f56bb0
Browse repository at this point
Add a test class where all args are keyword allowed to increase coverage of generated cases
cmaloney
committed
61ada45
View commit details
Copy full SHA for 61ada45
Browse repository at this point
remove unnecessary branch in keyword parsing helper
cmaloney
committed
b1cd7b6
View commit details
Copy full SHA for b1cd7b6
Browse repository at this point
de-duplicate prototypes
cmaloney
committed
2a7c068
View commit details
Copy full SHA for 2a7c068
Browse repository at this point
Exercise critical section generation in testclinic
cmaloney
committed
a19e9a8
View commit details
Copy full SHA for a19e9a8
Browse repository at this point
Commits on Jun 9, 2026
Simplify comment wording
cmaloney
committed
d897215
View commit details
Copy full SHA for d897215
Browse repository at this point
Commits on Jul 19, 2026
Refactor parse_args codegeneration
Show description for bc744b2
cmaloney
committed
bc744b2
View commit details
Copy full SHA for bc744b2
Browse repository at this point
Fix mypy error
cmaloney
committed
63c1dc5
View commit details
Copy full SHA for 63c1dc5
Browse repository at this point
Fix some grammar in NEWS
cmaloney
committed
9357436
View commit details
Copy full SHA for 9357436
Browse repository at this point
Commits on Aug 21, 2026
Merge remote-tracking branch 'upstream/main' into ac_add_vectorcall
Show description for 5e8e2a3
cmaloney
committed
5e8e2a3
View commit details
Copy full SHA for 5e8e2a3
Browse repository at this point
Apply suggetions from @eendebakpt, drop exact_only
Show description for 011e5c3
cmaloney
committed
011e5c3
View commit details
Copy full SHA for 011e5c3
Browse repository at this point
Update comments for recent implementation
cmaloney
committed
e4b4f0b
View commit details
Copy full SHA for e4b4f0b
Browse repository at this point
Remove PyType_GenericNew assert to fix windows builds
cmaloney
committed
3bc0054
View commit details
Copy full SHA for 3bc0054
Browse repository at this point
Commits on Aug 22, 2026
Add a test that error messages should match between vectorcall and non
cmaloney
committed
70a6a68
View commit details
Copy full SHA for 70a6a68
Browse repository at this point
Update out of range to use helper so error messages match
Show description for 67e9a37
cmaloney
committed
67e9a37
View commit details
Copy full SHA for 67e9a37
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into ac_add_vectorcall
Show description for 9135933
cmaloney
and
claude
committed
9135933
View commit details
Copy full SHA for 9135933
Browse repository at this point
Combine kwnames != NULL and positional out of range check to remove redundant code
cmaloney
committed
6d8f207
View commit details
Copy full SHA for 6d8f207
Browse repository at this point
Fix tuple: condition was simplified wrong, varpos needs a check if min_pos is set
cmaloney
committed
c2b8174
View commit details
Copy full SHA for c2b8174
Browse repository at this point
Simplify _check_positional callsites
Show description for 88d5928
cmaloney
committed
88d5928
View commit details
Copy full SHA for 88d5928
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL