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.
1 parent b123723 commit 7b23027Copy full SHA for 7b23027
tests/test_context_managers.py
@@ -37,8 +37,6 @@ def run(self):
37
super().run()
38
except BaseException as e:
39
self.exc = e
40
- # finally:
41
- # del self._target, self._args, self._kwargs
42
43
def join(self, timeout=None):
44
super().join(timeout)
0 commit comments