Pinned
394 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 9 commits in 2 repositories
Created 2 repositories
Created a pull request in python/cpython that received 12 comments
bpo-44340: Add support for building with clang full/thin lto
+107
−33
•
12
comments
Opened 16 other pull requests in 5 repositories
python/cpython
8
merged
2
closed
2
open
- bpo-44611: Update docs for os and whatsnew 3.11
- bpo-44726: Update macOS build-installer script to use thin-lto option
- bpo-44549: Update macOS installer to use bzip2 1.0.8
- bpo-44549: Update Windows installer to use BZip2 1.0.8
- bpo-44661: Update property_descr_set to use vectorcall if possible.
- bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION
- bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows
-
[3.9] bpo-44558: Match countOf
is/==treatment to c (GH-27007). - bpo-44558: Make the implementation consistency of operator.indexOf
- bpo-43425: Remove test2to3 from Tools
- bpo-43425: Update setup.py not to use distutils.log
- bpo-43425: Update _osx_support not to use distutils.log
python/discord-bot
1
open
python/cpython-source-deps
1
merged
RustPython/RustPython
1
merged
python/peps
1
closed
Reviewed 17 pull requests in 2 repositories
python/cpython 16 pull requests
- bpo-44676: Fix reference leaks in union_reduce
- Fix typo in ssl documentation
- bpo-44353: Implement typing.NewType __call__ method in C
- add print for main()
- bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op
- bpo-44340: Add support for building with clang full/thin lto
- bpo-44340: Add support for building with clang thin lto via --with-lto=thin
- Remove legacy opcache structs
- [3.9] bpo-44558: Match countOf is/== treatment to c (GH-27007) #27053
-
[3.10] bpo-44558: Match countOf
is/==treatment to c (GH-27007) -
bpo-44558: Match countOf
is/==treatment to c - [3.9] bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
- [3.10] bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
- [3.10] bpo-43425: Update setup.py not to use distutils.log (GH-26969)
- bpo-43425: Update setup.py not to use distutils.log
- [3.10] bpo-43425: Update _osx_support not to use distutils.log (GH-26968)