Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pickle.py49 truncated_errors = (pickle.UnpicklingError, EOFError, variable in PyUnpicklerTests
93 truncated_errors = (pickle.UnpicklingError, EOFError, variable in InMemoryPickleTests
367 truncated_errors = (pickle.UnpicklingError,) variable in CUnpicklerTests