Antoine Pitrou added the comment:

> I use that to test whether an object is pickleable or not. It used to
> work in Python 2.

Well, the obvious way to do it would be to call pickle.dumps() on
the object, IMO :-)

----------

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

Reply via email to