Highlights
- Arctic Code Vault Contributor
Pinned
2,776 contributions in the last year
Less
More
Contribution activity
February 2021
Created 51 commits in 11 repositories
Created 2 repositories
Created a pull request in python/cpython that received 11 comments
bpo-42990: Functions inherit current builtins
The types.FunctionType constructor now inherits the current builtins if the globals parameter is used and the globals dictionary has no "builtins" …
+74
−31
•
11
comments
Opened 15 other pull requests in 4 repositories
python/cpython
11
merged
1
open
- bpo-43268: local_clear() uses _PyInterpreterState_GET()
- bpo-42093: Cleanup _PyDict_GetItemHint()
- bpo-43268: Remove abuse usage of tstate in sysmodule.c
- bpo-43268: Pass interp rather than tstate
- bpo-43270: Remove private _PyErr_OCCURRED() macro
- bpo-43268: _Py_IsMainInterpreter() now expects interp
- bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET()
- bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get()
- bpo-42990: Refactor _PyFrame_New_NoTrack()
- bpo-42990: Add __builtins__ attribute to functions
- bpo-43179: Drop 31/32-bit Linux s390 platform support
- bpo-43103: Add configure --without-static-libpython
python/buildmaster-config
1
merged
NLnetLabs/unbound
1
merged
indygreg/python-zstandard
1
merged
Reviewed 19 pull requests in 3 repositories
python/cpython 15 pull requests
- bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite
- bpo-43321: Fix SystemError in getargs.c
- bpo-43277: Add PySet_CheckExact to the C-API
- bpo-42960: resources module, adding RLIMIT_KQUEUES constant from FreeBSD
- bpo-35134: Move non-limited C API files to Include/cpython/
- bpo-40170: Convert PyIter_Check macro to a function
- bpo-40170: Convert PyDescr_IsData macro to C function
- [3.8] bpo-42819, readline: Disable bracketed paste (GH-24108)
- [3.9] bpo-42819, readline: Disable bracketed paste (GH-24108)
- bpo-42819: disable Readline bracketed paste
- bpo-15108: Prevent accessing the result tuple from Python in PySequence_Tuple
- bpo-35134: Add Include/cpython/pytime.h file
- bpo-43181: Make PyObject_TypeCheck a static inline function
- bpo-43152: Update assert statement to remove unused warning
- Fix a typo in a deprecation warning
vstinner/python-ptrace 3 pull requests
python/peps 1 pull request
Created an issue in NLnetLabs/unbound that received 2 comments
unbound uses private _Py_fopen() function, removed in Python 3.10
unbound uses the private _Py_fopen() function, but this function was removed in Python 3.10. I wrote a PR to replace it with fopen() which is alway…
2
comments