Revert "Fix when is 'self' used as a parameter name in Python"
This reverts commit a6efdb7999.
This commit is contained in:
parent
3eb626fda6
commit
7d4af72dde
3 changed files with 2 additions and 8 deletions
|
|
@ -130,7 +130,7 @@ PYTHONKW(None);
|
|||
/*
|
||||
'self' is also a bad Name
|
||||
*/
|
||||
PYTHONKW(self);
|
||||
PYTHONBN(self);
|
||||
|
||||
#undef PYTHONBN
|
||||
#undef PYTHONKW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue