]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 3 Jun 2006 20:34:33 +0000 (20:34 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 3 Jun 2006 20:34:33 +0000 (20:34 +0000)
commit02647d411a6a310f43501f56f7223e3a602c2bcd
tree9668b85c1c6338b71a6c16935d4079ca557772a0
parent7c6f0126158abe127ebb0309056419e297f3ea83
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Fix by renaming the variable.

In a different module, Neal fixed it by renaming _self to self.  There's
already a variable named 'self' here, so I used selfptr.
Modules/_tkinter.c