This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
81e142b907
cpython
/
Lib
/
test
/
test_cpickle.py
4 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Basic regr tests for pickle/cPickle
1999-03-25 18:38:49 -04:00
import
cPickle
Reorganize pickle/cPickle testing so the tests pass regardless of the order they're run.
2001-01-22 18:05:20 -04:00
import
pickletester
pickletester
.
dotest
(
cPickle
)