[issue24775] Python client failing to connect to server but completing as if successful

2020-11-30 Thread Irit Katriel
Irit Katriel added the comment: Python 2 is past its EOL. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

[issue24775] Python client failing to connect to server but completing as if successful

2015-08-03 Thread R. David Murray
R. David Murray added the comment: If whatever change fixed this has not already been backported to 2.7, it is likely that whatever it was was deemed to complex for backport. If someone can figure out what the fix was and propose a reasonable way to back port it, we would most likely do so.

[issue24775] Python client failing to connect to server but completing as if successful

2015-08-01 Thread Seán Kelleher
New submission from Seán Kelleher: I have a Go server that listens to a port, runs a Python client to connect to the port as a subcommand, and reads from the client. However, the client (as follows) will occasionally run to completion without connecting to the port, but without raising an