components/python/python27/patches/07-dlpi.patch
changeset 1954 32663e59626d
parent 1914 00e8dbcb9b1e
child 2028 6fa8f5812e20
--- a/components/python/python27/patches/07-dlpi.patch	Thu Jun 19 13:53:07 2014 -0700
+++ b/components/python/python27/patches/07-dlpi.patch	Thu Jun 19 13:54:21 2014 -0700
@@ -1,7 +1,6 @@
-This patch provides Python dlpi support.
+This patch provides Python dlpi support.  It may be contributed upstream at
+some point, but the suitability (or lack thereof) has not yet been determined.
 
-diff --git Python-2.6.4/Modules/dlpimodule.c Python-2.6.4/Modules/dlpimodule.c
-new file mode 100644
 --- /dev/null
 +++ Python-2.6.4/Modules/dlpimodule.c
 @@ -0,0 +1,1205 @@
@@ -1210,9 +1209,9 @@
 +	PyModule_AddIntConstant(mod, "IDLE", DL_IDLE);
 +	PyModule_AddIntConstant(mod, "SYSERR", DL_SYSERR);
 +}
---- Python-2.7.6/setup.py.~3~	2014-05-14 13:10:30.979598710 -0700
-+++ Python-2.7.6/setup.py	2014-05-14 13:10:31.006864446 -0700
-@@ -1543,6 +1543,12 @@
+--- 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 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )