On Feb 17, 6:47 pm, Christian Heimes wrote:
> mbarry schrieb:
>
> > Hello,
>
> > The socket module in Python uses_socket.so for most of its behavior.
> > I want to modify the code that generates the_socket.so file.
> > I need the source file and instr
Hello,
The socket module in Python uses _socket.so for most of its behavior.
I want to modify the code that generates the _socket.so file.
I need the source file and instructions on how to compile and build
_socket.so for Windows.
Can anyone point me to where I can find the source and/or
document