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 ethan.furman
Recipients alexandre.vassalotti, barry, eli.bendersky, ethan.furman, pitrou, python-dev, serhiy.storchaka
Date 2014-02-08.13:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391867863.51.0.719901725807.issue20534@psf.upfronthosting.co.za>
In-reply-to
Content
I do not recall if it was or not.  The main difference would be in how aliases were handled.  For example, if W and Z were the same value on system A, but different on system B, then going from A - B via pickle W and Z would still be the same using the current methods (pickling by value).

Considering that on system A, W and Z are two names for the exact same object, and that with SomeEnum(xx) the 'xx' is a value, how could we pickle just the name and be able to unpickle on sytem B?
History
Date User Action Args
2014-02-08 13:57:43ethan.furmansetrecipients: + ethan.furman, barry, pitrou, alexandre.vassalotti, eli.bendersky, python-dev, serhiy.storchaka
2014-02-08 13:57:43ethan.furmansetmessageid: <1391867863.51.0.719901725807.issue20534@psf.upfronthosting.co.za>
2014-02-08 13:57:43ethan.furmanlinkissue20534 messages
2014-02-08 13:57:43ethan.furmancreate