Pinned
2,148 contributions in the last year
Less
More
Contribution activity
July 2021
Created 8 commits in 5 repositories
Created a pull request in python/buildmaster-config that received 2 comments
Use Git "fresh" method
Git "clean" method keeps most files created by a previous build. Use Git "fresh" method instead to ignores .gitignore rules and so remove all gener…
+3
−1
•
2
comments
Opened 1 other pull request in 1 repository
python/cpython
1
open
Reviewed 5 pull requests in 1 repository
python/cpython 5 pull requests
- bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter
-
bpo-43908: Types with
Py_TPFLAGS_IMMUTABLETYPEcan now inherit the vectorcall protocol - [3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
- bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias …
- bpo-43425: Update setup.py not to use distutils.log