Next:
1.1 Introduction
Up:
Extending and Embedding the
Previous:
Contents
Extending Python with C or C++ code
1.1 Introduction
1.2 A Simple Example
1.3 Intermezzo: Errors and Exceptions
1.4 Back to the Example
1.5 The Module's Method Table and Initialization Function
1.6 Compilation and Linkage
1.7 Calling Python Functions From C
Format Strings for
PyArg_ParseTuple()
Keyword Parsing with
PyArg_ParseTupleAndKeywords()
The
Py_BuildValue()
Function
1.11 Reference Counts
Introduction
Reference Counting in Python
Ownership Rules
Thin Ice
NULL Pointers
Writing Extensions in C++
guido@python.org