This GitHub repo is used for three separate things:
-
The issue tracker is used to discuss PEP-level type system issues. However, typing-sig is more appropriate these days.
-
A backport of the
typingmodule for older Python versions (2.7 and 3.4) is maintained here. Note that the canonical source lives upstream in the CPython repo. -
The
typing_extensionsmodule lives here.
-
See CONTRIBUTING.md for more.
-
The typing.py module and its unittests are edited in the
srcsubdirectory of this repo. Thepython2subdirectory contains the Python 2 backport.