[packages_10.03.2] python: merge r29276, r29277, r29369
[10.03/packages.git] / lang / python / patches / 090-fix-ctypes.patch
index 616e76d..6e93182 100644 (file)
@@ -2,9 +2,9 @@
  Lib/ctypes/__init__.py |    6 ------
  1 file changed, 6 deletions(-)
 
---- Python-2.6.4.orig/Lib/ctypes/__init__.py
-+++ Python-2.6.4/Lib/ctypes/__init__.py
-@@ -538,9 +538,3 @@ for kind in [c_ushort, c_uint, c_ulong,
+--- a/Lib/ctypes/__init__.py
++++ b/Lib/ctypes/__init__.py
+@@ -538,9 +538,3 @@ for kind in [c_ushort, c_uint, c_ulong, 
      elif sizeof(kind) == 4: c_uint32 = kind
      elif sizeof(kind) == 8: c_uint64 = kind
  del(kind)