summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2010-04-02 11:01:35 (GMT)
committerLarry Hastings <larry@hastings.org>2010-04-02 11:01:35 (GMT)
commit5ac006dfd3aacd50d43b8837ca71dff4288ce3df (patch)
tree5a7e5b7e34ec3801f9547266f891d4e5cbfecb4d /PCbuild
parentf3eeca16cbadd7da5836ed781572343863b1a074 (diff)
downloadcpython-5ac006dfd3aacd50d43b8837ca71dff4288ce3df.zip
cpython-5ac006dfd3aacd50d43b8837ca71dff4288ce3df.tar.gz
cpython-5ac006dfd3aacd50d43b8837ca71dff4288ce3df.tar.bz2
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.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index ac3dc26..02ed0b1 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -855,6 +855,10 @@
>
</File>
<File
+ RelativePath="..\Include\pycapsule.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\pyctype.h"
>
</File>
@@ -1423,6 +1427,10 @@
>
</File>
<File
+ RelativePath="..\Objects\capsule.c"
+ >
+ </File>
+ <File
RelativePath="..\Objects\cellobject.c"
>
</File>