py-typing/src
Ivan Levkivskyi 2b6932a85a Speed improvements for typing (#439)
* Inline _geqv and _gorg

* Fix typo

* Cut MROs in half

* Avoid recursion on _gorg

* Fix lint

* Fxi lint (for realz)

* Refactor erasure logic to make it clearer (and probably faster)

* Remove redundant check

* Remove unnecessary comment

* Backport first part to Python 2

* Backport second part to Python 2

* Keep only obvious speed-ups and drop more aggressive optiomizations

* Fix _Protocol on Python 2

* Address CR
2017-07-17 06:57:57 -07:00
..
mod_generics_cache.py Fix name and imports for test module mod_generics_cache.py (#390) 2017-02-11 12:06:22 +01:00
test_typing.py Add AsyncContextManager generic class (#438) 2017-06-09 08:45:31 -07:00
typing.py Speed improvements for typing (#439) 2017-07-17 06:57:57 -07:00