Searched defs:bad_stack_errors (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_pickle.py27 bad_stack_errors = (IndexError,) variable in class:PickleTests
38 bad_stack_errors = (IndexError,) variable in class:UnpicklerTests
H A Dtest_cpickle.py54 bad_stack_errors = (cPickle.UnpicklingError,) variable in class:cPickleTests
70 bad_stack_errors = (cPickle.UnpicklingError,) variable in class:cPickleUnpicklerTests
/external/python/cpython3/Lib/test/
H A Dtest_pickle.py36 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 372 milliseconds