mirror of
https://github.com/python/cpython.git
synced 2026-03-21 04:10:53 +00:00
Capsule-related changes:
* PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes.
This commit is contained in:
parent
f3eeca16cb
commit
5ac006dfd3
6 changed files with 62 additions and 3 deletions
|
|
@ -854,6 +854,10 @@
|
|||
RelativePath="..\Include\pyarena.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pycapsule.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pyctype.h"
|
||||
>
|
||||
|
|
@ -1422,6 +1426,10 @@
|
|||
RelativePath="..\Objects\stringobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\capsule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\cellobject.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue