Message109031
> This begs a question, however: why not use regular python bytecode in pickles?
Unlike pickle protocols, the bytecode is not required to be compatible across Python versions. Furthermore, Python bytecode is designed has a general purpose object serialization mechanism.
For the record, I am with Raymond about adding new opcodes for sets; pickle is complicated enough as it is. I am fine with the posted patch however. |
|
Date |
User |
Action |
Args |
2010-07-01 05:31:33 | alexandre.vassalotti | set | recipients:
+ alexandre.vassalotti, fdrake, rhettinger, mark.dickinson, belopolsky, pitrou |
2010-07-01 05:31:32 | alexandre.vassalotti | set | messageid: <1277962292.43.0.519748434807.issue9120@psf.upfronthosting.co.za> |
2010-07-01 05:31:30 | alexandre.vassalotti | link | issue9120 messages |
2010-07-01 05:31:29 | alexandre.vassalotti | create | |
|