components/python/python34/patches/10-rbac.patch
changeset 1953 5c1face45dc8
parent 1907 446472de62e9
child 2183 5d00686e81da
--- a/components/python/python34/patches/10-rbac.patch	Thu Jun 19 02:03:25 2014 -0700
+++ b/components/python/python34/patches/10-rbac.patch	Thu Jun 19 13:53:07 2014 -0700
@@ -1283,9 +1283,9 @@
 +	0,                            /* tp_free */
 +	0,                            /* tp_is_gc */
 +};
---- Python-3.4.0/setup.py.~5~	2014-03-19 10:47:07.143319629 -0700
-+++ Python-3.4.0/setup.py	2014-03-19 10:47:07.193485865 -0700
-@@ -1480,6 +1480,22 @@
+--- Python-3.4.1/setup.py.~5~	2014-05-27 11:04:39.778356512 -0700
++++ Python-3.4.1/setup.py	2014-05-27 11:04:39.805225961 -0700
+@@ -1490,6 +1490,22 @@
              exts.append( Extension('dlpi', ['dlpimodule.c'],
                                     libraries = ['dlpi']) )