R. David Murray added the comment:

Personally I think that's a bad idea.  Anything that implies that object 
identity can survive pickle/unpickle is IMO bad, since pickle is a 
serialization protocol and in real life (as opposed to tests) the process that 
does the unpickle is almost always not the process that does the pickle.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20804>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to