We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threading
Rlock
1 parent c78a196 commit 73f7290Copy full SHA for 73f7290
eden/scm/sapling/hgdemandimport/__init__.py
@@ -57,7 +57,10 @@
57
"__builtin__",
58
"builtins",
59
"urwid.command_map", # for pudb
60
- "_thread", # For RLock
+ # threading is locally imported by importlib.util.LazyLoader.exec_module
61
+ "_weakrefset",
62
+ "warnings",
63
+ "threading", # For RLock
64
"_scandir", # for IPython
65
"collections.abc", # for IPython - pickleshare
66
"sqlite3", # for IPython to detect missing sqlite
0 commit comments