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


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

Re: enhancement request: make py3 read/write py2 pickle format

Started byChris Angelico <rosuav@gmail.com>
First post2015-06-10 21:23 +1000
Last post2015-06-10 21:23 +1000
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: enhancement request: make py3 read/write py2 pickle format Chris Angelico <rosuav@gmail.com> - 2015-06-10 21:23 +1000

#92395 — Re: enhancement request: make py3 read/write py2 pickle format

FromChris Angelico <rosuav@gmail.com>
Date2015-06-10 21:23 +1000
SubjectRe: enhancement request: make py3 read/write py2 pickle format
Message-ID<mailman.338.1433935431.13271.python-list@python.org>
On Wed, Jun 10, 2015 at 9:04 PM, Neal Becker <ndbecker2@gmail.com> wrote:
> I believe a good native serialization system is essential for any modern
> programming language.  If pickle isn't it, we need something else that can
> serialize all language objects.  Or, are you saying, it's impossible to do
> this safely?

It is indeed impossible to serialize _all_ objects safely. How do you,
for instance, serialize an open socket?

ChrisA

[toc] | [standalone]


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


csiph-web