From 69ed774fe1ed1ea33e301308c3eb15f1d0afd8e4 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 24 Jun 2010 09:35:39 +0000 Subject: [PATCH] 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. ........