Message206536
> If you pickle an array object on python 3 the typecode is encoded as a unicode string rather than as a byte string. This makes python 2 reject the pickle.
Pickles files of Python 3 are supposed to be compatible with Python 2?
It looks very tricky to produce pickle files compatible with both versions. |
|
Date |
User |
Action |
Args |
2013-12-18 16:08:33 | vstinner | set | recipients:
+ vstinner, pitrou, alexandre.vassalotti, sbt, Ramchandra Apte, serhiy.storchaka, vajrasky |
2013-12-18 16:08:33 | vstinner | set | messageid: <1387382913.03.0.291937470405.issue13566@psf.upfronthosting.co.za> |
2013-12-18 16:08:33 | vstinner | link | issue13566 messages |
2013-12-18 16:08:32 | vstinner | create | |
|