Home
last modified time | relevance | path

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