Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dtest_locks.py105 DEADLOCK_ERRORS = {kind: splitinit._bootstrap._DeadlockError
/third_party/python/Lib/importlib/
D_bootstrap.py61 class _DeadlockError(RuntimeError): class
116 raise _DeadlockError('deadlock detected by %r' % self)
225 except _DeadlockError: