Michael Foord added the comment:

So my thinking has evolved slightly on it. If it's *possible* for sentinels to 
be copied and pickled and preserve identity then I'm happy for it. I think the 
right semantics for copying a sentinel is that you get the original object 
back. If you pickle a sentinel and then unpickle back *into the same process* 
you should get the same object back. 

David worried that this confuses the semantics of pickling/copying because it 
isn't generally the case - so I'm open to further discussion on it, but if 
Serhiy has fixed the "problem" here I'm happy for it to go in.

----------

_______________________________________
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