commit | 12ab296f8212029f43e17f4745abcef89f34ea32 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 12 11:34:39 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 12 11:34:39 2015 +0200 |
tree | 36796bc99ee039866836d6aa68e67722f3205ac6 | |
parent | d5d6e331fb2e4e33058991dfa0ab7a08dd41e193 [diff] | |
parent | 609a2e17ada69ba47e8011e9d5a0eba649a0ef65 [diff] |
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now rejects builtin types with not defined __new__. Added tests for non-pickleable types.