HomeSort by relevance Sort by last modified time
    Searched refs:bad_stack_errors (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/test/
test_pickle.py 27 bad_stack_errors = (IndexError,) variable in class:PickleTests
38 bad_stack_errors = (IndexError,) variable in class:UnpicklerTests
test_cpickle.py 54 bad_stack_errors = (cPickle.UnpicklingError,) variable in class:cPickleTests
70 bad_stack_errors = (cPickle.UnpicklingError,) variable in class:cPickleUnpicklerTests
pickletester.py 717 self.check_unpickling_error(self.bad_stack_errors, p)
    [all...]
  /external/python/cpython3/Lib/test/
test_pickle.py 36 bad_stack_errors = (IndexError,) variable in class:PyUnpicklerTests
70 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in class:InMemoryPickleTests
141 bad_stack_errors = (pickle.UnpicklingError,) variable in class:.CUnpicklerTests

Completed in 229 milliseconds