diff options
author | Larry Hastings <larry@hastings.org> | 2010-03-25 00:54:54 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2010-03-25 00:54:54 (GMT) |
commit | 402b73fb8d54ec2b24b52fdd77d389d903fa6c44 (patch) | |
tree | ced928b7f7dce754142742e485ed8e836fbc9486 /Include/cobject.h | |
parent | 53ff86ea5f0ed27f5eb5b966faf59dac298d6672 (diff) | |
download | cpython-402b73fb8d54ec2b24b52fdd77d389d903fa6c44.zip cpython-402b73fb8d54ec2b24b52fdd77d389d903fa6c44.tar.gz cpython-402b73fb8d54ec2b24b52fdd77d389d903fa6c44.tar.bz2 |
Backported PyCapsule from 3.1, and converted most uses of
CObject to PyCapsule.
Diffstat (limited to 'Include/cobject.h')
-rw-r--r-- | Include/cobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/cobject.h b/Include/cobject.h index 4e24d7d..e5e246b 100644 --- a/Include/cobject.h +++ b/Include/cobject.h @@ -6,6 +6,8 @@ to other extension modules, so that extension modules can use the Python import mechanism to link to one another. + DEPRECATED - Use PyCapsule objects instead. + CObject will be removed in 2.8 (if there is one). */ #ifndef Py_COBJECT_H |