mirror of
https://github.com/python/cpython.git
synced 2025-10-04 22:20:46 +00:00
5 lines
89 B
Python
5 lines
89 B
Python
# Test the cPickle module
|
|
|
|
import cPickle
|
|
import test_pickle
|
|
test_pickle.dotest(cPickle)
|