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
Pinned
227 contributions in the last year
Contribution activity
September 2019
Michael0x2a has no activity
yet for this period.
August 2019
Created a pull request in python/mypy that received 6 comments
Make warn-unreachable understand exception-swallowing contextmanagers
This pull request fixes #7214: it makes mypy treat any contextmanagers where the __exit__ returns bool or Literal[True] as ones that can potentiall…
+414
−10
•
6
comments
- Remove some hacks around using @overload
- [mypyc] Make run tests not show the C output unless configured to
- Implementing background infrastructure for recursive types: Part 2
- Enable TypedDict vs overload interaction that was disabled
- Consider fallback instance promotions in is_overlapping_types()
- Always erase last known value from instances when using binder or partial types
- Fix is_overlapping_types() logic for fallback instances
- Free typechecker state and ASTs when they are no longer needed