GitHub - pythoncapi/cpython at 9c3b42f2fcd221dbd2751372319b6751d36c8f0a · GitHub
Skip to content

Repository files navigation

Design a new better C API for Python

This project is a fork of the development version of the future CPython 3.8. The intent is to experiment to implement the new C API described at:

https://pythoncapi.readthedocs.io/

Install dependencies on Fedora:

dnf install -y make gcc check

Build and run unit tests:

./configure --enable-shared --with-pydebug
make
cd capi_tests
make

The changes live in the pythoncapi branch. See also:

About

The Python programming language

Resources

Contributing

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages