FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-98831: Get rid of super(), just use macro() by gvanrossum · Pull Request #100095 · 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-98831: Get rid of super(), just use macro()
- #100095
#100095
Closed
gvanrossum
wants to merge 26 commits into
python:main
python/cpython:main
from
gvanrossum:super-is-macro
gvanrossum/cpython:super-is-macro
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
GH-98831: Get rid of super(), just use macro()
#100095
gvanrossum
wants to merge 26 commits into
python:main
python/cpython:main
from
gvanrossum:super-is-macro
gvanrossum/cpython:super-is-macro
Copy head branch name to clipboard
Commits
Commits on Dec 3, 2022
Make BINARY_OP_INPLACE_ADD_UNICODE a legit super instruction
Show description for 6860ed7
gvanrossum
committed
6860ed7
View commit details
Copy full SHA for 6860ed7
Browse repository at this point
COMPARE_OP
gvanrossum
committed
dcba32e
View commit details
Copy full SHA for dcba32e
Browse repository at this point
COMPARE_OP_FLOAT_JUMP
gvanrossum
committed
30cb8cd
View commit details
Copy full SHA for 30cb8cd
Browse repository at this point
COMPARE_OP_INT_JUMP
gvanrossum
committed
6af0a5d
View commit details
Copy full SHA for 6af0a5d
Browse repository at this point
COMPARE_OP_STR_JUMP
gvanrossum
committed
039efbf
View commit details
Copy full SHA for 039efbf
Browse repository at this point
Support typed stack effects
Show description for 2fd8822
gvanrossum
committed
2fd8822
View commit details
Copy full SHA for 2fd8822
Browse repository at this point
Refactor common code of analyze_{super,macro}
Show description for 14bbd50
gvanrossum
committed
14bbd50
View commit details
Copy full SHA for 14bbd50
Browse repository at this point
Reverse temporary variable numbering
Show description for 00a2495
gvanrossum
committed
00a2495
View commit details
Copy full SHA for 00a2495
Browse repository at this point
STORE_ATTR
gvanrossum
committed
f01dff5
View commit details
Copy full SHA for f01dff5
Browse repository at this point
DELETE_ATTR
gvanrossum
committed
71ee089
View commit details
Copy full SHA for 71ee089
Browse repository at this point
STORE_GLOBAL
gvanrossum
committed
966da1a
View commit details
Copy full SHA for 966da1a
Browse repository at this point
STORE_ATTR_INSTANCE_VALUE
gvanrossum
committed
7c94591
View commit details
Copy full SHA for 7c94591
Browse repository at this point
STORE_ATTR_WITH_HINT
gvanrossum
committed
2c76046
View commit details
Copy full SHA for 2c76046
Browse repository at this point
STORE_ATTR_SLOT, and complete the store_attr family
gvanrossum
committed
d0f29f8
View commit details
Copy full SHA for d0f29f8
Browse repository at this point
Complete the store_subscr family: STORE_SUBSCR{,DICT,LIST_INT}
Show description for 001c418
gvanrossum
committed
001c418
View commit details
Copy full SHA for 001c418
Browse repository at this point
DELETE_SUBSCR
gvanrossum
committed
05caa7e
View commit details
Copy full SHA for 05caa7e
Browse repository at this point
PRINT_EXPR
gvanrossum
committed
8d445ae
View commit details
Copy full SHA for 8d445ae
Browse repository at this point
INTERPRETER_EXIT (a bit weird, ends in return)
gvanrossum
committed
c1f3034
View commit details
Copy full SHA for c1f3034
Browse repository at this point
RETURN_VALUE
gvanrossum
committed
e2f376b
View commit details
Copy full SHA for e2f376b
Browse repository at this point
GET_AITER (had to restructure it some)
Show description for 53c204e
gvanrossum
committed
53c204e
View commit details
Copy full SHA for 53c204e
Browse repository at this point
Typo in TODO comment
gvanrossum
committed
e0ba8bf
View commit details
Copy full SHA for e0ba8bf
Browse repository at this point
Emit PREDICT() macros right before DISPATCH()
Show description for f7a54d7
gvanrossum
committed
f7a54d7
View commit details
Copy full SHA for f7a54d7
Browse repository at this point
LIST_APPEND (a bit unhappy with it)
gvanrossum
committed
6ae9e6e
View commit details
Copy full SHA for 6ae9e6e
Browse repository at this point
SET_ADD (also a bit unhappy with it)
gvanrossum
committed
34aa393
View commit details
Copy full SHA for 34aa393
Browse repository at this point
Commits on Dec 7, 2022
Super can be reformulated as macro with a special op
gvanrossum
committed
28e45f9
View commit details
Copy full SHA for 28e45f9
Browse repository at this point
Rip out support for 'super' from the generator
gvanrossum
committed
248ecfe
View commit details
Copy full SHA for 248ecfe
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL