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.
This repository is used to build/publish mypyc runtime library. Development happens
in mypy repository. Code is then perodically
synced from mypyc/lib-rt
subdirectory there.
Issues should be reported to mypyc issue tracker.
Note: wheels are built on each PR and push to master. To publish to PyPI:
- Create a tag matching the version in
pyproject.toml
. - Trigger the
buildwheels.yml
workflow manually.