Alexandre Vassalotti <alexan...@peadrop.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to