SOURCES (AC-branch): python-Py_ssize_t.patch - drop comment as it'...

glen glen at pld-linux.org
Fri Jan 19 17:27:28 CET 2007


Author: glen                         Date: Fri Jan 19 16:27:28 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- drop comment as it's not appropriate for 2.4 (arekm)

---- Files affected:
SOURCES:
   python-Py_ssize_t.patch (1.1.2.3 -> 1.1.2.4) 

---- Diffs:

================================================================
Index: SOURCES/python-Py_ssize_t.patch
diff -u SOURCES/python-Py_ssize_t.patch:1.1.2.3 SOURCES/python-Py_ssize_t.patch:1.1.2.4
--- SOURCES/python-Py_ssize_t.patch:1.1.2.3	Fri Jan 19 17:20:19 2007
+++ SOURCES/python-Py_ssize_t.patch	Fri Jan 19 17:27:23 2007
@@ -1,13 +1,9 @@
 --- Python-2.4.4/Include/pyport.h~	2006-10-02 18:24:15.000000000 +0300
 +++ Python-2.4.4/Include/pyport.h	2007-01-19 18:12:49.008837334 +0200
-@@ -89,6 +89,12 @@
+@@ -89,6 +89,8 @@
  #   error "Python needs a typedef for Py_uintptr_t in pyport.h."
  #endif /* HAVE_UINTPTR_T */
  
-+/* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
-+ * sizeof(size_t).  C99 doesn't define such a thing directly (size_t is an
-+ * unsigned integral type).  See PEP 353 for details.
-+ */
 +typedef int		Py_ssize_t;
 +
  #include <stdlib.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/python-Py_ssize_t.patch?r1=1.1.2.3&r2=1.1.2.4&f=u



More information about the pld-cvs-commit mailing list