Highlights
Pinned
1,169 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 3 commits in 2 repositories
Created a pull request in python/cpython that received 7 comments
Reviewed 9 pull requests in 2 repositories
python/cpython 7 pull requests
- bpo-44530: Add co_qualname field to PyCodeObject
- bpo-44553: Correct failure in tp_new for the union object
- bpo-43950: Print columns in tracebacks (PEP 657)
- [3.10] bpo-44553: Correct failure in tp_new for the union object (GH-27008)
- bpo-44553 : Implement GC methods for types.Union
- bpo-43950: optimize column table assembling with pre-sizing the column table
- bpo-43950: Initial base implementation for PEP 657