diff options
author | Larry Hastings <larry@hastings.org> | 2010-04-02 11:01:35 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2010-04-02 11:01:35 (GMT) |
commit | 5ac006dfd3aacd50d43b8837ca71dff4288ce3df (patch) | |
tree | 5a7e5b7e34ec3801f9547266f891d4e5cbfecb4d /PC/VC6 | |
parent | f3eeca16cbadd7da5836ed781572343863b1a074 (diff) | |
download | cpython-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 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 28ff8c8..9373298 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -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
|