Pinned
2,550 contributions in the last year
Less
More
Contribution activity
May 2021
Created 17 commits in 7 repositories
Created a pull request in python/cpython that received 5 comments
bpo-44113: Deprecate old functions to config Python init
Deprecate the following functions to configure the Python initialization: PySys_AddWarnOption() PySys_AddWarnOptionUnicode() PySys_AddXOption() Pyβ¦
+98
β10
β’
5
comments
Opened 5 other pull requests in 1 repository
Reviewed 10 pull requests in 3 repositories
python/cpython 7 pull requests
- bpo-44133: Export Py_FrozenMain() symbol
- bpo-43879: Add native_thread_id field to PyThreadState
- bpo-44113: Update fromzenmain not to use Py_SetProgramName
- bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName
- Use get_binascii_state instead of PyModule_GetState
- bpo-43976: add vendor config
- Update CI files to account for the master -> main rename