FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-91049: Introduce set vectorcall field API for PyFunctionObject by adphrost · Pull Request #92257 · 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-91049: Introduce set vectorcall field API for PyFunctionObject
- #92257
#92257
Merged
markshannon
merged 26 commits into
python:main
python/cpython:main
from
adphrost:pyfunctionobject-set-vectorcall-field
adphrost/cpython:pyfunctionobject-set-vectorcall-field
Copy head branch name to clipboard
Sep 15, 2022
Conversation
Commits
26
(26)
Checks
Files changed
Merged
gh-91049: Introduce set vectorcall field API for PyFunctionObject
#92257
markshannon
merged 26 commits into
python:main
python/cpython:main
from
adphrost:pyfunctionobject-set-vectorcall-field
adphrost/cpython:pyfunctionobject-set-vectorcall-field
Copy head branch name to clipboard
Commits
Commits on May 3, 2022
Enable setting vectorcall field on PyFunctionObjects
Andrew Frost
committed
9cf96ec
View commit details
Copy full SHA for 9cf96ec
Browse repository at this point
check if vectorcall is nondefault before inlining call
Andrew Frost
committed
282e3dc
View commit details
Copy full SHA for 282e3dc
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
edcdcf1
View commit details
Copy full SHA for edcdcf1
Browse repository at this point
Apply suggestions from code review
Show description for debf5a9
adphrost
and
itamaro
authored
debf5a9
View commit details
Copy full SHA for debf5a9
Browse repository at this point
addressed comments
Andrew Frost
committed
473d18d
View commit details
Copy full SHA for 473d18d
Browse repository at this point
added to docs
Andrew Frost
committed
76e8c9d
View commit details
Copy full SHA for 76e8c9d
Browse repository at this point
Commits on Jun 16, 2022
Merge branch 'main' into pyfunctionobject-set-vectorcall-field
Andrew Frost
committed
3337459
View commit details
Copy full SHA for 3337459
Browse repository at this point
updated doc with fix by itamaro
Andrew Frost
committed
1543f44
View commit details
Copy full SHA for 1543f44
Browse repository at this point
formatting
Andrew Frost
committed
08082bd
View commit details
Copy full SHA for 08082bd
Browse repository at this point
removed doc from 3.11
Andrew Frost
committed
ed93327
View commit details
Copy full SHA for ed93327
Browse repository at this point
remove lines from 3.11
Andrew Frost
committed
24ffd30
View commit details
Copy full SHA for 24ffd30
Browse repository at this point
Commits on Jun 22, 2022
Apply review feedback from vstinner and markshannon
itamaro
authored and
Andrew Frost
committed
89cb4b2
View commit details
Copy full SHA for 89cb4b2
Browse repository at this point
Commits on Sep 2, 2022
Merge branch 'main' into gh-91049-set-vectorcall
itamaro
committed
3387d4a
View commit details
Copy full SHA for 3387d4a
Browse repository at this point
Commits on Sep 5, 2022
Merge branch 'main' into gh-91049-set-vectorcall
itamaro
committed
b0cc28a
View commit details
Copy full SHA for b0cc28a
Browse repository at this point
Commits on Sep 6, 2022
Add deopt on func version in LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN
itamaro
committed
99e4085
View commit details
Copy full SHA for 99e4085
Browse repository at this point
write func version to cache keys version when specializing LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN
itamaro
committed
24353c8
View commit details
Copy full SHA for 24353c8
Browse repository at this point
remove redundant argcount check in LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN (replace with assert) - func version check is sufficient
itamaro
committed
60f7769
View commit details
Copy full SHA for 60f7769
Browse repository at this point
Add missing periods in docs
itamaro
committed
376ee75
View commit details
Copy full SHA for 376ee75
Browse repository at this point
move warning comment to the function C API docs
itamaro
committed
56ffc70
View commit details
Copy full SHA for 56ffc70
Browse repository at this point
Merge branch 'main' into pyfunctionobject-set-vectorcall-field
itamaro
committed
5340e87
View commit details
Copy full SHA for 5340e87
Browse repository at this point
fix race with GH-96519 (removed func_version in LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN specialization)
itamaro
committed
a5e9d13
View commit details
Copy full SHA for a5e9d13
Browse repository at this point
Commits on Sep 7, 2022
PEP-7 formatting
itamaro
committed
12faf52
View commit details
Copy full SHA for 12faf52
Browse repository at this point
Address review feedback
Show description for 6623470
itamaro
committed
6623470
View commit details
Copy full SHA for 6623470
Browse repository at this point
Commits on Sep 8, 2022
Add test for LOAD_ATTR specialization when overriding vectorcall of __getattribute__
itamaro
committed
9149f14
View commit details
Copy full SHA for 9149f14
Browse repository at this point
Improve setvectorcall + specialization testing
Show description for e732d7e
itamaro
committed
e732d7e
View commit details
Copy full SHA for e732d7e
Browse repository at this point
Commits on Sep 15, 2022
Merge branch 'main' into pyfunctionobject-set-vectorcall-field
itamaro
committed
84874fb
View commit details
Copy full SHA for 84874fb
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL