From 63f7c1332205f64864b73fcba2bf44afd9913cfa Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 15 Jan 2004 09:04:27 +0000 Subject: [PATCH] added 'self' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5637 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pythonkw.swg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lib/python/pythonkw.swg b/Lib/python/pythonkw.swg index 7d8dbc2ac..60a84570e 100644 --- a/Lib/python/pythonkw.swg +++ b/Lib/python/pythonkw.swg @@ -106,6 +106,10 @@ PYTHONBN(True); PYTHONBN(False); PYTHONBN(None); +/* + 'self' is also a bad Name +*/ +PYTHONBN(self); #undef PYTHONBN #undef PYTHONKW