Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68358 > unrolled thread

Re: pickle.dump (obj, conn)

Started bydieter <dieter@handshake.de>
First post2014-03-14 08:27 +0100
Last post2014-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.


Contents

  Re: pickle.dump (obj, conn) dieter <dieter@handshake.de> - 2014-03-14 08:27 +0100

#68358 — Re: pickle.dump (obj, conn)

Fromdieter <dieter@handshake.de>
Date2014-03-14 08:27 +0100
SubjectRe: 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". 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web