Block or Report
Block or report markshannon
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
3.11a3 vs 3.10.1.rst
3.11a3 vs 3.10.1.rst 1+-------------------------+------------------------------------+------------------------------------+2| Benchmark | 2021-12-06_18-23-3.10-2cd268a3a934 | 2021-12-08_22-24-main-2e91dba437fe |
3+=========================+====================================+====================================+4| deltablue | 12.5 ms | 7.43 ms: 1.69x faster |
5+-------------------------+------------------------------------+------------------------------------+ -
1,265 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
python/cpython,
faster-cpython/benchmarking-public,
faster-cpython/ideas
and 12 other
repositories
Contribution activity
January 2024
Created 24 commits in 3 repositories
Created a pull request in python/cpython that received 7 comments
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes.
Adds the CO_NO_MONITORING_EVENTS flag for use by shim frame code objects and similar, to avoid monitoring events.
Issue: gh-113486
+64
−28
lines changed
•
7
comments
Opened 5 other pull requests in 3 repositories
python/cpython
3
open
-
GH-113860: All executors are now defined in terms of micro ops. Convert counter executor to use uops.
This contribution was made on Jan 9
-
GH-113853: Guarantee forward progress in executors
This contribution was made on Jan 9
-
GH-113655: Use PyOS_CheckStack on those platforms that support it
This contribution was made on Jan 4
python/peps
1
open
-
PEP 669: Mark final
This contribution was made on Jan 5
faster-cpython/ideas
1
merged
-
Document design of tier 2 engines
This contribution was made on Jan 3
Reviewed 9 pull requests in 2 repositories
python/cpython
7 pull requests
-
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker
This contribution was made on Jan 6
-
gh-113710: Add types to the interpreter DSL
This contribution was made on Jan 5
-
GH-113486: Do not emit spurious
PY_UNWINDevents for optimized calls to classes.This contribution was made on Jan 4 -
gh-113655: Reduce recursion limit to a safe number for Windows
This contribution was made on Jan 4
-
GH-113689: Fix broken handling of invalid executors
This contribution was made on Jan 4
-
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant
This contribution was made on Jan 3
-
gh-113547 cases generator lexer: dedent > 0 + escape sequence
This contribution was made on Jan 3
faster-cpython/ideas
2 pull requests
-
Plan for the specializer
This contribution was made on Jan 4
-
Document design of tier 2 engines
This contribution was made on Jan 3
Created an issue in python/cpython that received 13 comments
Differing behavior for sys.setrace between 3.12 and 3.13
Bug report
Bug description:
def gen(): print(2) yield 3 print(4) print(next(gen()))
3.12 events
call 14: def gen():
line 15: print(2)
line 16: yiel…
13
comments
Opened 3 other issues in 2 repositories
python/cpython
2
open
-
Make all executors execute tier 2 instructions (micro-ops)
This contribution was made on Jan 9
-
Guarantee progress in executors
This contribution was made on Jan 9
faster-cpython/ideas
1
open
-
Tail-calling interpreter
This contribution was made on Jan 8
21
contributions
in private repositories
Jan 4 – Jan 9






