Searched defs:bad_stack_errors (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_pickle.py | 27 bad_stack_errors = (IndexError,) variable in PickleTests |
D | test_cpickle.py | 54 bad_stack_errors = (cPickle.UnpicklingError,) variable in cPickleTests |
/external/python/cpython3/Lib/test/ | ||
D | test_pickle.py | 44 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests |