mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -257,6 +257,10 @@ SOURCE=..\..\Objects\bytes_methods.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\capsule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\cellobject.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue