From 435e557eb0f2e8bac0d89e31905a710d06dc07b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 8 Jul 2007 08:59:16 +0000 Subject: [PATCH] Fix typo reported by Lino Mastrodomenico. --- pep-0353.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0353.txt b/pep-0353.txt index 39c896071..6926bc5a5 100644 --- a/pep-0353.txt +++ b/pep-0353.txt @@ -167,7 +167,7 @@ but a manual review is still necessary. Particular care must be taken for PyArg_ParseTuple calls: they need all be checked for s# and t# converters, and -PY_SIZE_T_CLEAN must be defined before including Python.h +PY_SSIZE_T_CLEAN must be defined before including Python.h if the calls have been updated accordingly. Fredrik Lundh has written a scanner_ which checks the code