components/python/python27/patches/07-dlpi.patch
changeset 4698 4e27e549b58d
parent 3555 76f4672c5e4b
child 6445 0edecb568b2e
--- a/components/python/python27/patches/07-dlpi.patch	Wed Jul 22 05:12:12 2015 -0700
+++ b/components/python/python27/patches/07-dlpi.patch	Fri Jul 24 09:56:22 2015 -0700
@@ -1209,9 +1209,9 @@
 +	PyModule_AddIntConstant(mod, "IDLE", DL_IDLE);
 +	PyModule_AddIntConstant(mod, "SYSERR", DL_SYSERR);
 +}
---- Python-2.7.9/setup.py.~3~	2014-12-11 09:22:38.862438509 -0800
-+++ Python-2.7.9/setup.py	2014-12-11 09:22:38.882370033 -0800
-@@ -1551,6 +1551,12 @@
+--- Python-2.7.10/setup.py.~3~	2015-05-10 10:17:06 -0800
++++ Python-2.7.10/setup.py	2015-05-18 14:39:38 -0800
+@@ -1570,6 +1570,12 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )