X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-devtools%2Fpython%2Fpython%2Fctypes-error-handling-fix.patch;h=9b9aa111c9693b020789cd700ba996ae0ed631f9;hp=5e07082487bcdf92910ae9f5b14f8aa52570857d;hb=03e3f604ce2dd54e0a660776d155cc6042216825;hpb=6196816e719faaeee6255d68dce6d03ef1145704 diff --git a/meta-openvuplus/recipes-devtools/python/python/ctypes-error-handling-fix.patch b/meta-openvuplus/recipes-devtools/python/python/ctypes-error-handling-fix.patch index 5e07082..9b9aa11 100644 --- a/meta-openvuplus/recipes-devtools/python/python/ctypes-error-handling-fix.patch +++ b/meta-openvuplus/recipes-devtools/python/python/ctypes-error-handling-fix.patch @@ -1,6 +1,8 @@ ---- a/Modules/_ctypes/_ctypes.c 2012-01-26 15:41:30.000000000 +0100 -+++ b/Modules/_ctypes/_ctypes.c 2012-01-26 15:44:41.046977137 +0100 -@@ -602,10 +602,16 @@ +diff --git a/Modules/_ctypes/_ctypes.c b/Modules/_ctypes/_ctypes.c +index 4ae2c41..ebd9960 100644 +--- a/Modules/_ctypes/_ctypes.c ++++ b/Modules/_ctypes/_ctypes.c +@@ -602,10 +602,16 @@ CDataType_in_dll(PyObject *type, PyObject *args) #ifdef __CYGWIN__ /* dlerror() isn't very helpful on cygwin */ PyErr_Format(PyExc_ValueError, @@ -19,7 +21,7 @@ #endif return NULL; } -@@ -3290,10 +3296,16 @@ +@@ -3343,10 +3349,16 @@ PyCFuncPtr_FromDll(PyTypeObject *type, PyObject *args, PyObject *kwds) #ifdef __CYGWIN__ /* dlerror() isn't very helpful on cygwin */ PyErr_Format(PyExc_AttributeError,