mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Backported PyCapsule from 3.1, and converted most uses of
CObject to PyCapsule.
This commit is contained in:
parent
53ff86ea5f
commit
402b73fb8d
40 changed files with 1048 additions and 127 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue