Searched refs:bad_mark_errors (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_pickle.py | 28 bad_mark_errors = (IndexError, pickle.UnpicklingError, variable in PickleTests |
D | test_cpickle.py | 55 bad_mark_errors = (EOFError,) variable in cPickleTests |
D | pickletester.py | 791 self.check_unpickling_error(self.bad_mark_errors, p) |