mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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)
|