Skip to content

TrellixVulnTeam/pythoncapi_GMQQ

 
 

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  # only test Py_NEWCAPI
# or to run the full test matrix: make testmatrix

If you want to help, look at TODO.rst.

The changes live in the pythoncapi branch. See also:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • C 36.6%
  • C++ 0.8%
  • M4 0.4%
  • HTML 0.4%
  • Batchfile 0.1%
  • Other 0.7%