This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Vlastimil.Zíma, michael.foord, r.david.murray
Date 2014-02-28.14:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393596714.08.0.871153356739.issue20804@psf.upfronthosting.co.za>
In-reply-to
Content
Since the point of a sentinel is *object identity*, there is no way that you can get the "same" sentinel back after a pickle.  This is fundamental to the nature of pickle.
History
Date User Action Args
2014-02-28 14:11:54r.david.murraysetrecipients: + r.david.murray, michael.foord, Vlastimil.Zíma
2014-02-28 14:11:54r.david.murraysetmessageid: <1393596714.08.0.871153356739.issue20804@psf.upfronthosting.co.za>
2014-02-28 14:11:54r.david.murraylinkissue20804 messages
2014-02-28 14:11:53r.david.murraycreate