Block or Report
Block or report ericsnowcurrently
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
737 contributions in the last year
Less
More
Contribution activity
December 2022
Created 21 commits in 2 repositories
Created a pull request in python/cpython that received 6 comments
Opened 18 other pull requests in 1 repository
python/cpython
17
merged
1
closed
- gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState
- gh-90111: Minor Cleanup for Runtime-Global Objects
- gh-81057: Move _Py_RefTotal to the "Ignored Globals" List
- gh-81057: Move _Py_RefTotal to the "Ignored Globals" List
- gh-81057: Move faulthandler Globals to _PyRuntimeState
- gh-81057: Move tracemalloc Globals to _PyRuntimeState
- gh-81057: Fix a Reference Leak in the posix Module
- gh-81057: Fix the wasm32-wasi Buildbot
- gh-81057: Fix an ifdef in the time module
- gh-81057: Move time Globals to _PyRuntimeState
- gh-81057: Move More Globals to _PyRuntimeState
- gh-90110: Clean Up the C-analyzer Globals Lists
- gh-81057: Move Signal-Related Globals to _PyRuntimeState
- gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState
- gh-81057: Move OS-Related Globals to _PyRuntimeState
- gh-99984: Fix Compiler Warnings
- gh-99741: Clean Up the _xxsubinterpreters Module
- gh-99741: Fix the Cross-Interpreter Data API
Reviewed 7 pull requests in 4 repositories
python/pyperformance
3 pull requests
python/cpython
2 pull requests
ericsnowcurrently/peps
1 pull request
faster-cpython/tools
1 pull request
Created an issue in python/cpython that received 15 comments
Improve Interpreter Isolation
In CPython, we store (persistent) runtime data in several locations. (See https://github.com/ericsnowcurrently/multi-core-python/wiki/3-CPython's-R…
15
comments






