From: Stefan Krah Date: Thu, 24 Jun 2010 09:35:39 +0000 (+0000) Subject: Blocked revisions 82191 via svnmerge X-Git-Tag: v2.6.6rc1~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69ed774fe1ed1ea33e301308c3eb15f1d0afd8e4;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 82191 via svnmerge ........ r82191 | stefan.krah | 2010-06-24 11:33:05 +0200 (Thu, 24 Jun 2010) | 5 lines Issue #9020: The Py_IS* macros from pyctype.h should generally only be used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately. ........ ---