components/python/python27/patches/09-rbac.patch
changeset 3555 76f4672c5e4b
parent 2028 6fa8f5812e20
child 4698 4e27e549b58d
--- a/components/python/python27/patches/09-rbac.patch	Tue Dec 16 02:22:32 2014 -0800
+++ b/components/python/python27/patches/09-rbac.patch	Wed Dec 17 09:46:51 2014 -0800
@@ -1253,9 +1253,9 @@
 +	0,                         /* tp_alloc */
 +	Userattr_new,                 /* tp_new */
 +};
---- Python-2.7.8/setup.py.~4~	2014-07-17 20:44:54.016102084 -0700
-+++ Python-2.7.8/setup.py	2014-07-17 20:44:54.040843123 -0700
-@@ -1555,6 +1555,22 @@
+--- Python-2.7.9/setup.py.~4~	2014-12-11 09:23:44.034373292 -0800
++++ Python-2.7.9/setup.py	2014-12-11 09:23:44.069264725 -0800
+@@ -1557,6 +1557,22 @@
              exts.append( Extension('dlpi', ['dlpimodule.c'],
                                     libraries = ['dlpi']) )