Mypyc runtime library
This library contains efficient C implementations of various Python standard library classes and functions. Mypyc can use these fast implementations when compiling Python code to native extension modules. Mypyc compiler is a part of mypy distribution.