Home
last modified time | relevance | path

Searched defs:bad_stack_errors (Results 1 – 2 of 2) 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