Skip to content

Commit

Permalink
Forgot to run the teardown. This should fix the leaktest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 18, 2020
1 parent 31ec0ac commit 5011261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gevent/tests/test__threadpool.py
Expand Up @@ -738,6 +738,7 @@ def tearDown(self):
import threading
threading.setprofile(self.old_profile)
threading.settrace(self.old_trace)
super(TestWorkerProfileAndTrace, self).tearDown()

def test_get_profile(self):
import threading
Expand Down

0 comments on commit 5011261

Please sign in to comment.