From b173f7853e4e3a4215a661d98174291e379cf6fb Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 5 May 2009 22:31:58 +0000 Subject: add a replacement API for PyCObject, PyCapsule #5630 All stdlib modules with C-APIs now use this. Patch by Larry Hastings --- Include/Python.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 54058a5df7..969ef0f191 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -89,6 +89,7 @@ #include "classobject.h" #include "fileobject.h" #include "cobject.h" +#include "pycapsule.h" #include "traceback.h" #include "sliceobject.h" #include "cellobject.h" -- cgit v1.2.1