Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pickle.py48 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests
92 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests
366 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests