I am paid by Red Hat to maintain Python upstream (python.org) and downstream (RHEL, Fedora). @python core-dev.
Block or Report
Block or report vstinner
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,847 contributions in the last year
Less
More
Contribution activity
March 2022
Created 14 commits in 4 repositories
Created 1 repository
- vstinner/gevent Python
Created a pull request in cython/cython that received 16 comments
Support Python 3.11a4 _PyErr_StackItem
Python 3.11 alpha 4 removed exc_type and exc_traceback fields the the _PyErr_StackItem structure: python/cpython@396b583 https://bugs.python.org/i…
+120
−24
•
16
comments
Opened 21 other pull requests in 6 repositories
python/cpython
13
merged
2
open
- [3.9] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
- [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan
- bpo-46913: Skip test_ctypes.test_shorts() on UBSan
- bpo-46913: test_hashlib skips _sha3 tests on UBSan
- bpo-46913: Fix test_faulthandler.test_read_null() on UBSAN
- bpo-46355: Update pythoncapi_compat project URL
- bpo-45459: Use type names in the internal C API
- bpo-45459: Fix PyModuleDef_Slot type in the limited C API
- bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN
- bpo-46906: Add PyFloat_Pack8() to the C API
- [3.9] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)
- bpo-46848: Move _PyBytes_Find() to internal C API
- [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
- bpo-46887: Work around clang MSAN bug on stat()/fstat()
- bpo-46633: Skip tests on ASAN and/or MSAN builds
python/pythoncapi_compat
1
merged
1
open
gevent/gevent
1
open
cython/cython
1
closed
python-greenlet/greenlet
1
open
python/buildmaster-config
1
merged
Reviewed 3 pull requests in 2 repositories
python/cpython
2 pull requests
cython/cython
1 pull request
Created an issue in openssl/openssl that received 2 comments
msan: OBJ_txt2obj() fails with: MemorySanitizer: use-of-uninitialized-value
The OBJ_txt2obj() function of OpenSSL 1.1.1l uses uninitialized value at offset 0 inside [0x701000000002, 8) according to clang memory sanitizer (M…
2
comments