components/python/python35/patches/08-dlpi.patch
changeset 6447 56a2f066191a
parent 5184 6c2a9525f3a4
child 6903 9681a8af4330
--- a/components/python/python35/patches/08-dlpi.patch	Thu Jul 21 12:52:12 2016 -0700
+++ b/components/python/python35/patches/08-dlpi.patch	Thu Jul 21 12:52:32 2016 -0700
@@ -1223,9 +1223,9 @@
 +
 +	return mod;
 +}
---- Python-3.5.0a4/setup.py.~4~	2015-04-20 13:28:29.633806027 -0700
-+++ Python-3.5.0a4/setup.py	2015-04-20 13:28:29.649896175 -0700
-@@ -1540,6 +1540,12 @@
+--- Python-3.5.2/setup.py.~4~	2016-07-08 06:55:41.015494673 -0700
++++ Python-3.5.2/setup.py	2016-07-08 06:55:41.034639922 -0700
+@@ -1572,6 +1572,12 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )