From: Stefan Krah Date: Thu, 24 Jun 2010 10:22:10 +0000 (+0000) Subject: Blocked revisions 82191 via svnmerge X-Git-Tag: v3.2a1~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce8b3f7c0109aaae4f4ee04a32b8b10d9c8190cd;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. ........ ---