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:
Larry Hastings 2010-04-02 11:01:35 +00:00
parent f3eeca16cb
commit 5ac006dfd3
6 changed files with 62 additions and 3 deletions

View file

@ -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"
>