3 \title{Python/C API Reference Manual
}
7 \makeindex % tell \index to actually write the .idx file
15 \chapter*
{Front Matter
\label{front
}}
23 This manual documents the API used by C and
\Cpp{} programmers who
24 want to write extension modules or embed Python. It is a companion to
25 \citetitle[../ext/ext.html
]{Extending and Embedding the Python
26 Interpreter
}, which describes the general principles of extension
27 writing but does not
document the API functions in detail.
29 \warning{The current version of this
document is incomplete. I hope
30 that it is nevertheless useful. I will continue to work on it, and
31 release new versions from time to time, independent from Python source
51 % \chapter{Debugging \label{debugging}}
53 % XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG.
57 \chapter{Reporting Bugs
}
60 \chapter{History and License
}
63 \input{api.ind
} % Index -- must be last