OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DeadlockError
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/test/test_importlib/
test_locks.py
104
DEADLOCK_ERRORS = {kind: splitinit._bootstrap.
_DeadlockError
/external/python/cpython3/Lib/importlib/
_bootstrap.py
48
class
_DeadlockError
(RuntimeError):
81
a
_DeadlockError
is raised.
94
raise
_DeadlockError
('deadlock detected by %r' % self)
203
except
_DeadlockError
:
[
all
...]
Completed in 200 milliseconds