Skip to content

Commit

Permalink
Ensure DataCollector cleans up after itself
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 16, 2024
1 parent 9a10dd2 commit 6779e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silk/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def request(self, value):
def _configure(self):
self.local.objects = {}
self.local.temp_identifier = 0
self.stop_python_profiler()
self.local.pythonprofiler = None

@property
Expand Down

0 comments on commit 6779e48

Please sign in to comment.