ProgVal added the comment:

The relevant piece of code: 
https://github.com/ProgVal/Limnoria/blob/master/plugins/Web/plugin.py#L85

commands.process is defined here: 
https://github.com/ProgVal/Limnoria/blob/master/src/commands.py#L76

callbacks.CommandProcess is defined at 
https://github.com/ProgVal/Limnoria/blob/master/src/callbacks.py#L1037 
(SupyThread is a small subclass of threading.Thread, which increments a count 
on initialization)

----------
nosy: +Valentin.Lorentz
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21429>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to