components/python/python34/patches/08-dlpi.patch
changeset 3869 eb4c6284602f
parent 2183 5d00686e81da
child 5229 b7b91ddbbdce
--- a/components/python/python34/patches/08-dlpi.patch	Thu Jan 01 10:27:03 2015 -0800
+++ b/components/python/python34/patches/08-dlpi.patch	Wed Feb 25 20:44:31 2015 -0800
@@ -1223,9 +1223,9 @@
 +
 +	return mod;
 +}
---- Python-3.4.2/setup.py.~4~	2014-09-22 14:13:40.664675485 -0700
-+++ Python-3.4.2/setup.py	2014-09-22 14:13:40.683389017 -0700
-@@ -1492,6 +1492,12 @@
+--- Python-3.4.3/setup.py.~4~	2015-02-25 08:17:06.183641123 -0800
++++ Python-3.4.3/setup.py	2015-02-25 08:17:06.196157035 -0800
+@@ -1519,6 +1519,12 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )