Block or Report
Block or report markshannon
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
963 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 9 commits in 2 repositories
Created a pull request in python/cpython that received 1 comment
Opened 5 other pull requests in 2 repositories
python/cpython
3
merged
faster-cpython/ideas
2
merged
Reviewed 7 pull requests in 1 repository
python/cpython
7 pull requests
-
bpo-46841: Add a
_Py_SET_OPCODEmacro - bpo-46939: Specialize calls to Python classes
- bpo-46841: Use inline caching for calls
- bpo-46841: Use inline caching for attribute accesses
- bpo-46903: Handle str-subclasses in virtual instance dictionaries.
- bpo-46055: Speed up right shifts of negative integers
-
bpo-46841: Inline cache for
BINARY_SUBSCR.
Created an issue in faster-cpython/ideas that received 5 comments
C API for the frame stack
Cython wants to introspect and modify frames. greenlet wants to create and switch stacks. Doing this piecemeal and with an out-of-date, and thus in…
5
comments