Pinned
2,097 contributions in the last year
Less
More
Contribution activity
August 2021
Created 5 commits in 2 repositories
Created a pull request in python/cpython that received 8 comments
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH
Fix the os.set_inheritable() functon on FreeBSD 14 for file descriptor opened with the O_PATH flag: ignore the EBADF error on ioctl(), fallback on …
+8
−3
•
8
comments
Opened 2 other pull requests in 2 repositories
python/buildmaster-config
1
merged
python/cpython
1
merged
Reviewed 6 pull requests in 1 repository
python/cpython 6 pull requests
- [3.10] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
- [3.9] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
- [3.10] bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
- bpo-44584: Deprecate PYTHONTHREADDEBUG env var
- bpo-44821: Eagerly assign __dict__ for new objects.
- bpo-42815: Fix issue when thread doesn't copy context of parent thread