Fix for 'self' being used as a parameter name

This commit is contained in:
William S Fulton 2014-10-30 07:22:59 +00:00
commit 6029b2f7d8
5 changed files with 19 additions and 12 deletions

View file

@ -130,7 +130,7 @@ PYTHONKW(None);
/*
'self' is also a bad Name
*/
PYTHONBN(self);
PYTHONKW(self);
#undef PYTHONBN
#undef PYTHONKW