Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68358 > unrolled thread
| Started by | dieter <dieter@handshake.de> |
|---|---|
| First post | 2014-03-14 08:27 +0100 |
| Last post | 2014-03-14 08:27 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: pickle.dump (obj, conn) dieter <dieter@handshake.de> - 2014-03-14 08:27 +0100
| From | dieter <dieter@handshake.de> |
|---|---|
| Date | 2014-03-14 08:27 +0100 |
| Subject | Re: pickle.dump (obj, conn) |
| Message-ID | <mailman.8145.1394782063.18130.python-list@python.org> |
Pedro Izecksohn <izecksohn@yahoo.com> writes: > Shouldn't pickle.dump (obj, conn) raise an Exception if conn is a TCP connection that was closed by the remote host? It is quite difficult to detect the closing of a TCP channel in a reliable way. At least, you should not trust that you are reliably informed about it. The behavior is related to output to TCP connections, not directly to "pickle".
Back to top | Article view | comp.lang.python
csiph-web