SIGN IN SIGN UP

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.
V
Victor Stinner committed
63ab4ba07b492448844940c347787ba30735b7f2
Parent: 6f75c87
Committed by GitHub <noreply@github.com> on 6/13/2019, 11:58:51 AM