commit | d7a441559921804a5a6141c3ec42f896f8f3b010 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 12 11:23:04 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 12 11:23:04 2015 +0200 |
tree | eaeaa693fe1af5871f54222f7d07d7cc49d3dd16 | |
parent | a9dcdabccb1a1f7c76030c0b188ecaf7ab599e57 [diff] |
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now rejects builtin types with not defined __new__. Added tests for non-pickleable types.