commit 035432d31234096d41adfac0411e165b90653a3a Author: Damian Johnson atagar@torproject.org Date: Fri Oct 19 12:02:51 2018 -0700
Drop vague note about set_process_name FreeBSD issue
The user disappeared before figuring out what was up and I haven't heard anything since. As such this note is too vague to really be useful to users. --- stem/util/system.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/stem/util/system.py b/stem/util/system.py index 3c03bc46..17eeb61d 100644 --- a/stem/util/system.py +++ b/stem/util/system.py @@ -1408,8 +1408,6 @@ def set_process_name(process_name): Renames our current process from "python <args>" to a custom name. This is best-effort, not necessarily working on all platforms.
- **Note:** This might have issues on FreeBSD (:trac:`9804`). - :param str process_name: new name for our process """
tor-commits@lists.torproject.org