Next:
Introduction
Up:
Extending and Embedding the
Previous:
Contents
Extending Python with C or C++ code
Introduction
A first look at the code
Intermezzo: errors and exceptions
Back to the example
The module's function table
Compilation and linkage
Calling Python functions from C
Format strings for
getargs()
The
mkvalue()
function
Reference counts
Writing extensions in C++