Message210644
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? |
|
Date |
User |
Action |
Args |
2014-02-08 13:57:43 | ethan.furman | set | recipients:
+ ethan.furman, barry, pitrou, alexandre.vassalotti, eli.bendersky, python-dev, serhiy.storchaka |
2014-02-08 13:57:43 | ethan.furman | set | messageid: <1391867863.51.0.719901725807.issue20534@psf.upfronthosting.co.za> |
2014-02-08 13:57:43 | ethan.furman | link | issue20534 messages |
2014-02-08 13:57:43 | ethan.furman | create | |
|