Re: [Python-Dev] Possible bug in socket.py: connection reset by peer

2013-03-02 Thread Antoine Pitrou
On Sat, 02 Mar 2013 12:48:05 +0100 Michal Kawalec wrote: > I am experiencing an odd infrequent bug in Python 2.7.3 with GIL > enabled. For some files pushed over TCP socket I get 'connection reset > by peer' and clients only receive a randomly long part of the file. Why do you think it is a bug i

[Python-Dev] Possible bug in socket.py: connection reset by peer

2013-03-02 Thread Michal Kawalec
Hello, I am experiencing an odd infrequent bug in Python 2.7.3 with GIL enabled. For some files pushed over TCP socket I get 'connection reset by peer' and clients only receive a randomly long part of the file. This situation occurs only in ~0.1% of cases but if it happens for a given file it keep