Home
last modified time | relevance | path

Searched refs:_DeadlockError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap.py47 class _DeadlockError(RuntimeError): class
93 raise _DeadlockError('deadlock detected by %r' % self)
189 except _DeadlockError:
/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py118 DEADLOCK_ERRORS = {kind: splitinit._bootstrap._DeadlockError