Home
last modified time | relevance | path

Searched defs:bad_mark_errors (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pickle.py28 bad_mark_errors = (IndexError, pickle.UnpicklingError, variable in PickleTests
39 bad_mark_errors = (IndexError, pickle.UnpicklingError, variable in UnpicklerTests
Dtest_cpickle.py55 bad_mark_errors = (EOFError,) variable in cPickleTests
71 bad_mark_errors = (EOFError,) variable in cPickleUnpicklerTests