We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c845f commit 79fd697Copy full SHA for 79fd697
Lib/importlib/_bootstrap.py
@@ -89,6 +89,7 @@ def __exit__(self, *args, **kwargs):
89
# gh-101766: glboal cache should be cleaned-up
90
# if there is no more _blocking_on for this thread.
91
del _blocking_on[self.thread_id]
92
+ del self.blocked_on
93
94
95
class _DeadlockError(RuntimeError):
0 commit comments