You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Python 2.5 setting socket timeout on Windows caused all connections to fail. On Linux Ctrl-C seems to work also without it so no need to set it at all with Python.
With Jython 2.5 setting socket timeout allows Ctrl-C to work and is thus needed regardless the OS.
0 commit comments