mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +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)
|