Daniel Shahaf added the comment:

BTW, maybe I'm just confused, but I'm a little surprised that C pickling -> 
Python unpickling works: the C __reduce__ returns a 3-element tuple, which 
according to pickle docs[1] must either be a dictionary or be passed to 
__setstate__; it's not a dictionary and the Python implementation doesn't have 
a __setstate__.

http://docs.python.org/3/library/pickle#pickle.object.__reduce__

----------

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

Reply via email to