Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
308 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 10 commits in 2 repositories
Created a pull request in eventlet/eventlet that received 2 comments
py39: Add _at_fork_reinit method to Semaphores
CPython expects to be able to call such a method on RLocks, Conditions, and Events in threading; since we may monkey-patch threading to use Semaphore…