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
775 contributions in the last year
Less
More
Contribution activity
June 2023
Created 3 commits in 1 repository
Created a pull request in python/cpython that received 4 comments
gh-104310: Rename the New Function in importlib.util
The original name wasn't as clear as it could have been. This change includes the following: rename the function change the default value for "dis…
+35
−12
•
4
comments
Opened 1 other pull request in 1 repository
python/cpython
1
merged
Reviewed 5 pull requests in 1 repository
python/cpython
5 pull requests
- gh-104310: Rename the New Function in importlib.util
- bpo-42969: Hang non-main threads that attempt to acquire the GIL during finalization
- gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()
- gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()
- gh-102304: Fix Py_INCREF() stable ABI in debug mode