mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
add a replacement API for PyCObject, PyCapsule #5630
All stdlib modules with C-APIs now use this. Patch by Larry Hastings
This commit is contained in:
parent
c679fd8efc
commit
b173f7853e
37 changed files with 943 additions and 149 deletions
|
|
@ -7,8 +7,11 @@ CObjects
|
|||
|
||||
.. index:: object: CObject
|
||||
|
||||
Refer to :ref:`using-cobjects` for more information on using these objects.
|
||||
|
||||
.. warning::
|
||||
|
||||
The CObject API is deprecated as of Python 3.1. Please switch to the new
|
||||
:ref:`capsules` API.
|
||||
|
||||
.. ctype:: PyCObject
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue