components/python/python27/patches/07-dlpi.patch
changeset 2028 6fa8f5812e20
parent 1954 32663e59626d
child 3555 76f4672c5e4b
--- a/components/python/python27/patches/07-dlpi.patch	Thu Jul 17 21:06:55 2014 -0700
+++ b/components/python/python27/patches/07-dlpi.patch	Tue Jul 29 08:41:01 2014 -0700
@@ -1209,9 +1209,9 @@
 +	PyModule_AddIntConstant(mod, "IDLE", DL_IDLE);
 +	PyModule_AddIntConstant(mod, "SYSERR", DL_SYSERR);
 +}
---- Python-2.7.7/setup.py.~3~	2014-06-02 10:47:19.947081420 -0700
-+++ Python-2.7.7/setup.py	2014-06-02 10:47:19.959427104 -0700
-@@ -1547,6 +1547,12 @@
+--- Python-2.7.8/setup.py.~3~	2014-07-17 20:43:48.715101356 -0700
++++ Python-2.7.8/setup.py	2014-07-17 20:43:48.731874294 -0700
+@@ -1549,6 +1549,12 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )