Searched defs:bad_stack_errors (Results 1 – 1 of 1) sorted by relevance
44 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests76 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests219 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests