GitXplorerGitXplorer
v

pycapi

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7f10ba6f2125582f32554ecc597c35334063cf24

Initial commit

vvstinner committed 2 years ago

README

The README file for this repository.

++++++++++++++ PyCAPI project ++++++++++++++

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 <https://github.com/vstinner/pycapi>_.

Documentation: docs/ directory.

Dependency: the pythoncapi_compat.h header file of the pythoncapi-compat project <https://pythoncapi-compat.readthedocs.io/>_.

This project is distributed under the Zero Clause BSD (0BSD) license <https://opensource.org/licenses/0BSD>_ and is covered by the PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>_.