Home
last modified time | relevance | path

Searched refs:bad_mark_errors (Results 1 – 3 of 3) 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
Dpickletester.py748 self.check_unpickling_error(self.bad_mark_errors, p)