summaryrefslogtreecommitdiff
path: root/Demo/sockets/unixserver.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-03 19:02:35 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-06-03 19:02:35 +0000
commit36f6d779315c8498ebdf01d47d37090f64fd9095 (patch)
tree5517c91f44ff89531f73f0aca211a72f2ba7aa1c /Demo/sockets/unixserver.py
parent4094b3d08ce2b47e1c488bc0063ac5868344feda (diff)
downloadcpython-git-36f6d779315c8498ebdf01d47d37090f64fd9095.tar.gz
[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. (I'm committing this on a Mac without Tk, but it's a simple search-and-replace. <crosses fingers>, so I'll watch the buildbots and see what happens.)
Diffstat (limited to 'Demo/sockets/unixserver.py')
0 files changed, 0 insertions, 0 deletions