commit | cbda40db7b604b377acfd3f04e19407ca33748a7 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 13 05:28:11 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 13 05:28:11 2019 -0700 |
tree | a12c2b3e080125d59438e6cbdd6588e32e4e85ae | |
parent | e40a97a721d46307dfdc2b0322028ccded6eb571 [diff] |
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) Allow pure Python implementation of pickle to work even when the C _pickle module is unavailable. Fix test_pickle when _pickle is missing: declare PyPicklerHookTests outside "if has_c_implementation:" block. (cherry picked from commit 63ab4ba07b492448844940c347787ba30735b7f2) Co-authored-by: Victor Stinner <vstinner@redhat.com>