summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-17 04:13:21 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-17 04:13:21 (GMT)
commit643a7fc62fd6a9df3325d54ac1ac636d17f3f983 (patch)
tree8f381df7fa84503048730c0b9d5060a754378eb2 /Lib/socket.py
parent6f5505aaf9451685336acaba2abff319252f210e (diff)
downloadcpython-643a7fc62fd6a9df3325d54ac1ac636d17f3f983.zip
cpython-643a7fc62fd6a9df3325d54ac1ac636d17f3f983.tar.gz
cpython-643a7fc62fd6a9df3325d54ac1ac636d17f3f983.tar.bz2
Moved the declaration of PySocketSock_Type from socketmodule.h to
socketmodule.c. No code outside of the .c file references it, so it doesn't belong the .h file (at least not yet ...), and declaring it an imported symbol in the .h file can't be made to work on Windows (it's a cross-DLL symbol then) without substantial code rewriting. Also repaired the comment that goes along with the decl, to stop referring to names and functions that haven't existed for 7 years <wink>. socketmodule.c compiles cleanly on Windows again. The test_socket dies at once, though (later).
Diffstat (limited to 'Lib/socket.py')
0 files changed, 0 insertions, 0 deletions