Skip to content

Commit

Permalink
MNT bluesky#901 remove superceded
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 10, 2021
1 parent 71b9608 commit 4ec70a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ophyd/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def set_thread():
self._set_thread.daemon = True
self._set_thread.start()
self._poison_pill = poison_pill
self._set_thread_finalizer = None # TODO: superceded with next line?
# If we get gc-ed, stop the thread. This helps ensure that the process
# exits cleanly without dangling threads.
self._set_thread_finalizer = weakref.finalize(self, poison_pill.set)
Expand Down

0 comments on commit 4ec70a6

Please sign in to comment.