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.
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 09ed1a7..bf2e486 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -384,6 +384,7 @@
Objects/bytes_methods.c \
Objects/cellobject.c \
Objects/classobject.c \
+ Objects/capsule.c \
Objects/cobject.c \
Objects/codeobject.c \
Objects/complexobject.c \