Pinned
2,125 contributions in the last year
Less
More
Contribution activity
October 2021
Created 25 commits in 7 repositories
Created a pull request in python/cpython that received 6 comments
[3.10] bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait()
On Unix, if the sem_clockwait() function is available in the C library (glibc 2.30 and newer), the threading.Lock.acquire() method now uses the mon…
+51
−14
•
6
comments
Opened 9 other pull requests in 1 repository
python/cpython
1
open
7
merged
1
closed
- bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro
- bpo-45410: libregrtest -jN writes stderr into stdout
- bpo-45402: Fix test_tools.test_sundry()
- bpo-45403: Fix test_sys.test_stdlib_dir()
- bpo-45400: Fix suggestion test of test_exceptions
- bpo-41710: gc_collect_main() uses _PyTime_GetPerfCounter()
- bpo-41710: Add private _PyDeadline_Get() function
- bpo-41710: Fix PY_TIMEOUT_MAX on Windows
- [3.10] bpo-41710: Fix PY_TIMEOUT_MAX value on Windows
Reviewed 13 pull requests in 3 repositories
python/cpython
11 pull requests
- [3.9] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
- [3.10] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
- bpo-45262: Prevent use-after-free in asyncio
- [3.10] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
- bpo-29410: Change the default hash algorithm to SipHash13.
- bpo-45385: Fix reference leak from descr_check
- bpo-43931: Export Python version as API data
- bpo-45354: Skip obsolete device name tests on Windows 11
- [3.9] bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
- bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool
- bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait()