diff options
Diffstat (limited to 'Include/cobject.h')
-rw-r--r-- | Include/cobject.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Include/cobject.h b/Include/cobject.h index 4e24d7d..9efe4ce 100644 --- a/Include/cobject.h +++ b/Include/cobject.h @@ -1,10 +1,8 @@ -/* 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. +The CObject module is now *deprecated* as of Python 3.1. +Please use the Capsule API instead; see "pycapsule.h". */ |