Message234175
It is hard to write good tests, because every example is temporary, after adding support of pickling it will be not valid.
Here is extended patch. It now handles Python subclasses of builtin classes (except list and dict which are pickleable via iterators) such as socket.socket. Removed several guarding __getstate__() methods. Added few new tests. |
|
Date |
User |
Action |
Args |
2015-01-17 16:20:24 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, pitrou, alexandre.vassalotti, Arfrever, josh.r |
2015-01-17 16:20:24 | serhiy.storchaka | set | messageid: <1421511624.12.0.555907317837.issue22995@psf.upfronthosting.co.za> |
2015-01-17 16:20:24 | serhiy.storchaka | link | issue22995 messages |
2015-01-17 16:20:22 | serhiy.storchaka | create | |
|