Home
last modified time | relevance | path

Searched refs:bad_stack_errors (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pickle.py27 bad_stack_errors = (IndexError,) variable in PickleTests
38 bad_stack_errors = (IndexError,) variable in UnpicklerTests
Dtest_cpickle.py54 bad_stack_errors = (cPickle.UnpicklingError,) variable in cPickleTests
70 bad_stack_errors = (cPickle.UnpicklingError,) variable in cPickleUnpicklerTests
Dpickletester.py760 self.check_unpickling_error(self.bad_stack_errors, p)
/external/python/cpython3/Lib/test/
Dtest_pickle.py42 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests
74 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests
210 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests
Dpickletester.py1049 self.check_unpickling_error(self.bad_stack_errors, p)
1088 self.check_unpickling_error(self.bad_stack_errors, p)