Searched defs:bad_stack_errors (Results 1 – 1 of 1) sorted by relevance
48 bad_stack_errors = (IndexError,) variable in PyUnpicklerTests92 bad_stack_errors = (pickle.UnpicklingError, IndexError) variable in InMemoryPickleTests366 bad_stack_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests