Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
Availaibility: 2.*, 3.0, 3.1
subclass of PyObject. Availaibility: 2.6, 2.7, 3.0, 3.1
<a href="pycapsule.html"> pycapsule.d </a>
<a href="http://docs.python.org/c-api/capsule.html"> Capsules </a>
Mirror cobject.h
C objects to be exported from one extension module to another.
C objects are used for communication between extension modules. They provide a way for an extension module to export a C interface to other extension modules, so that extension modules can use the Python import mechanism to link to one another.
Note CObjects are pending deprecation in 2.7 and gone in 3.2. It is recommended you switch all use of CObjects to capsules.