Home
last modified time | relevance | path

Searched defs: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
/external/python/cpython3/Lib/test/
Dtest_pickle.py44 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests
76 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests
219 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests