Highlights
- Arctic Code Vault Contributor
Popular repositories
-
A daemon that spawns a specified command to handle each connection, and dampens connection bursts
Python 4
-
-
-
-
Forked from mgorny/gemato
Gentoo Manifest Tool — a stand-alone utility to verify & update Manifests
931 contributions in the last year
Contribution activity
January 2021
Created 50 commits in 2 repositories
Created a pull request in gentoo/portage that received 1 comment
global_event_loop: return running loop for current thread
Like asyncio.get_event_loop(), return the running loop for the current thread if there is one, and otherwise construct a new one if needed. This al…
+24
−34
•
1
comment
Opened 15 other pull requests in 2 repositories
gentoo/portage
13
merged
- emirrordist: prevent distfiles_db _pkg_str pickle problems
- binarytree.move_ent: copy on write for package move
- tox.ini: fix pylint command
- RepoStorageInterface: Use async and await syntax
- repoman: Use async and await syntax
- coroutine: do not require loop parameter
- bindbapi.aux_update: fix spurious package file renames
- AsyncioEventLoop: wrap child watcher for thread safety (bug 764905)
- check_reverse_dependencies: deref virtual expansion (bug 764764)
- test_retry: use context manager to cancel pending futures
- ci: enable repoman tests
- ci: upgrade workflow to ubuntu-20.04
- .travis.yml: convert to github action