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 upHighlights
- Arctic Code Vault Contributor
Popular repositories
789 contributions in the last year
Contribution activity
July 2020
- ltworf/asyncsignalfd Python
Created a pull request in ltworf/localslackirc that received 2 comments
Switch to asyncio
I hope CPU usage will be much lower, because right now it is insanely high at times.
+450
−540
•
2
comments
Created an issue in python/mypy that received 3 comments
Not None checks ignored when passing to a lambda
from typing import * def f(p: Optional[str]) -> Callable[[str], bool]: assert p if p is None: raise Exception('asd') return lambda a: p.startswith(a)
3
comments