The PyCAPI
project is a C API for Python 2.7 to Python 3.13 which avoids
known issues of the legacy Python C API. Issues like returning borrowed
references.
Homepage: GitHub pycapi project.
Documentation: docs/
directory.
Dependency: the pythoncapi_compat.h
header file of the pythoncapi-compat
project.
This project is distributed under the Zero Clause BSD (0BSD) license and is covered by the PSF Code of Conduct.