diff -r bf893655bc39 -r 00e8dbcb9b1e components/python/python27/patches/06-ucred.patch --- a/components/python/python27/patches/06-ucred.patch Tue May 20 21:56:15 2014 -0700 +++ b/components/python/python27/patches/06-ucred.patch Thu May 22 14:36:47 2014 -0700 @@ -395,10 +395,9 @@ + + PyModule_AddObject(m, "ucred", (PyObject *)&pyucred_type); +} -diff --git Python-2.6.4/setup.py Python-2.6.4/setup.py ---- Python-2.6.4/setup.py -+++ Python-2.6.4/setup.py -@@ -1277,6 +1277,13 @@ +--- Python-2.7.6/setup.py.~2~ 2014-05-14 13:07:52.803164982 -0700 ++++ Python-2.7.6/setup.py 2014-05-14 13:07:52.917214713 -0700 +@@ -1536,6 +1536,13 @@ else: missing.append('dl') @@ -412,8 +411,6 @@ # Thomas Heller's _ctypes module self.detect_ctypes(inc_dirs, lib_dirs) -diff --git Python-2.6.4/Lib/test/ucredtest.py Python-2.6.4/Lib/test/ucredtest.py -new file mode 100644 --- /dev/null 2011-02-12 03:14:16.000000000 -0600 +++ Python-2.6.4/Lib/test/ucredtest.py 2011-01-20 13:52:42.945657919 -0600 @@ -0,0 +1,45 @@