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 40 million developers.
Sign up
Pro
Pinned
1,276 contributions in the last year
Activity overview
Contribution activity
January 2020
Created an issue in python/mypy that received 5 comments
Crash in lambda expression as generic argument
This test crashes on current master (and causes troubles internally):
[case testFilterIn]
from typing import List, TypeVar, Callable T = TypeVar('T…
5
comments