FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-98831: Modernize CALL and family by gvanrossum · Pull Request #101508 · 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.7k
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-98831: Modernize CALL and family
- #101508
#101508
Merged
gvanrossum
merged 42 commits into
python:main
python/cpython:main
from
gvanrossum:call-family
gvanrossum/cpython:call-family
Copy head branch name to clipboard
Feb 8, 2023
Conversation
Commits
42
(42)
Checks
Files changed
Merged
gh-98831: Modernize CALL and family
#101508
gvanrossum
merged 42 commits into
python:main
python/cpython:main
from
gvanrossum:call-family
gvanrossum/cpython:call-family
Copy head branch name to clipboard
Commits
Commits on Feb 5, 2023
Special-case CHECK_EVAL_BREAKER()
gvanrossum
committed
234b876
View commit details
Copy full SHA for 234b876
Browse repository at this point
Improve DECREF_INPUTS()
Show description for a6d0227
gvanrossum
committed
a6d0227
View commit details
Copy full SHA for a6d0227
Browse repository at this point
Preliminaries
Show description for bd63af8
gvanrossum
committed
bd63af8
View commit details
Copy full SHA for bd63af8
Browse repository at this point
Modernize CALL_BOUND_METHOD_EXACT_ARGS
gvanrossum
committed
b6ec372
View commit details
Copy full SHA for b6ec372
Browse repository at this point
Modernize CALL_PY_EXACT_ARGS
gvanrossum
committed
be49e61
View commit details
Copy full SHA for be49e61
Browse repository at this point
Modernize CALL (not too happy with it)
gvanrossum
committed
18cacf5
View commit details
Copy full SHA for 18cacf5
Browse repository at this point
Modernize CALL_PY_WITH_DEFAULTS
gvanrossum
committed
d69ca8e
View commit details
Copy full SHA for d69ca8e
Browse repository at this point
Modernize CALL_NO_KW_TYPE_1
gvanrossum
committed
09701cf
View commit details
Copy full SHA for 09701cf
Browse repository at this point
Modernize CALL_NO_KW_STR_1
gvanrossum
committed
389601d
View commit details
Copy full SHA for 389601d
Browse repository at this point
Modernize CALL_NO_KW_TUPLE_1
gvanrossum
committed
9a7b75a
View commit details
Copy full SHA for 9a7b75a
Browse repository at this point
Modernize CALL_BUILTIN_CLASS (a different way)
gvanrossum
committed
af19fa6
View commit details
Copy full SHA for af19fa6
Browse repository at this point
Modernize CALL_NO_KW_BUILTIN_O
gvanrossum
committed
05e4ea8
View commit details
Copy full SHA for 05e4ea8
Browse repository at this point
Modernize CALL_NO_KW_BUILTIN_FAST
gvanrossum
committed
491de28
View commit details
Copy full SHA for 491de28
Browse repository at this point
Modernize CALL_BUILTIN_FAST_WITH_KEYWORDS
gvanrossum
committed
25bc08a
View commit details
Copy full SHA for 25bc08a
Browse repository at this point
Modernize CALL_NO_KW_LEN
gvanrossum
committed
be8ec59
View commit details
Copy full SHA for be8ec59
Browse repository at this point
Modernize CALL_NO_KW_ISINSTANCE
gvanrossum
committed
4397083
View commit details
Copy full SHA for 4397083
Browse repository at this point
Modernize CALL_NO_KW_LIST_APPEND
gvanrossum
committed
8de5968
View commit details
Copy full SHA for 8de5968
Browse repository at this point
Modernize CALL_NO_KW_METHOD_DESCRIPTOR_O
gvanrossum
committed
05b3fc7
View commit details
Copy full SHA for 05b3fc7
Browse repository at this point
Modernize CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
gvanrossum
committed
b834ab2
View commit details
Copy full SHA for b834ab2
Browse repository at this point
Modernize CALL_NO_KW_METHOD_DESCRIPTOR_NOARGS
gvanrossum
committed
d2c72d1
View commit details
Copy full SHA for d2c72d1
Browse repository at this point
Modernize CALL_NO_KW_METHOD_DESCRIPTOR_FAST
gvanrossum
committed
cbd3fe9
View commit details
Copy full SHA for cbd3fe9
Browse repository at this point
Commits on Feb 6, 2023
Merge remote-tracking branch 'origin' into call-family
gvanrossum
committed
c1d2475
View commit details
Copy full SHA for c1d2475
Browse repository at this point
Commits on Feb 7, 2023
Merge remote-tracking branch 'origin/main' into call-family
gvanrossum
committed
fc0f724
View commit details
Copy full SHA for fc0f724
Browse repository at this point
Brandt's first review
Show description for ff6666f
gvanrossum
and
brandtbucher
authored
ff6666f
View commit details
Copy full SHA for ff6666f
Browse repository at this point
Remove unused is_method() macro
gvanrossum
committed
b9dd29e
View commit details
Copy full SHA for b9dd29e
Browse repository at this point
Regenerate code
gvanrossum
committed
6830fd8
View commit details
Copy full SHA for 6830fd8
Browse repository at this point
Use Py_DECREF(&PyType_Type) after all
gvanrossum
committed
448776b
View commit details
Copy full SHA for 448776b
Browse repository at this point
Cleanup CALL_NO_KW_BUILTIN_O
gvanrossum
committed
b29fdc0
View commit details
Copy full SHA for b29fdc0
Browse repository at this point
Commits on Feb 8, 2023
Cleanup CALL_NO_KW_BUILTIN_FAST
gvanrossum
committed
b662db7
View commit details
Copy full SHA for b662db7
Browse repository at this point
Cleanup CALL_BUILTIN_FAST_WITH_KEYWORDS
gvanrossum
committed
a968545
View commit details
Copy full SHA for a968545
Browse repository at this point
Cleanup CALL_NO_KW_LEN
gvanrossum
committed
1de410f
View commit details
Copy full SHA for 1de410f
Browse repository at this point
Move KWNAMES_LEN() to ceval_macros.h
gvanrossum
committed
390a9b4
View commit details
Copy full SHA for 390a9b4
Browse repository at this point
Cleanup CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
gvanrossum
committed
4250420
View commit details
Copy full SHA for 4250420
Browse repository at this point
Cleanup CALL_NO_KW_METHOD_DESCRIPTOR_NOARGS
gvanrossum
committed
5ca2b95
View commit details
Copy full SHA for 5ca2b95
Browse repository at this point
Cleanup CALL_NO_KW_METHOD_DESCRIPTOR_FAST
gvanrossum
committed
9c41712
View commit details
Copy full SHA for 9c41712
Browse repository at this point
Cleanup CALL_PY_WITH_DEFAULTS
gvanrossum
committed
b7281a9
View commit details
Copy full SHA for b7281a9
Browse repository at this point
Cleanup CALL_PY_EXACT_ARGS
gvanrossum
committed
e140879
View commit details
Copy full SHA for e140879
Browse repository at this point
Cleanup CALL_BOUND_METHOD_EXACT_ARGS
gvanrossum
committed
6407369
View commit details
Copy full SHA for 6407369
Browse repository at this point
Cleanup CALL
gvanrossum
committed
b9432ba
View commit details
Copy full SHA for b9432ba
Browse repository at this point
Merge remote-tracking branch 'origin/main' into call-family
gvanrossum
committed
9595e01
View commit details
Copy full SHA for 9595e01
Browse repository at this point
Remove support for legacy instructions
gvanrossum
committed
d84c30f
View commit details
Copy full SHA for d84c30f
Browse repository at this point
Restore support for legacy instructions
Show description for cd69634
gvanrossum
committed
cd69634
View commit details
Copy full SHA for cd69634
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL