Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 847 Bytes

File metadata and controls

35 lines (23 loc) · 847 Bytes

Design a new better C API for Python

Subtitle: "Make the stable API usable".

Content

  • doc/ subdirectory: the current documentation
  • refcounts_borrowed.py: search for functions returning a borrowed reference from CPython Doc/data/refcounts.dat file.

Build the documentation

Work in the doc/ sub-directory.

Install dependencies:

python -m pip install --user --upgrade sphinx

Build the documentation:

make html

Regenerate statistics:

python stats.py