Searched defs:bad_stack_errors (Results 1 – 1 of 1) sorted by relevance
47 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests79 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests245 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests