Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_pickle.py47 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests
79 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests
245 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests