This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Valentin.Lorentz
Recipients Valentin.Lorentz, ezio.melotti, mikaela, sbt
Date 2014-06-29.16:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404059637.35.0.992952497093.issue21429@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-06-29 16:33:57Valentin.Lorentzsetrecipients: + Valentin.Lorentz, ezio.melotti, sbt, mikaela
2014-06-29 16:33:57Valentin.Lorentzsetmessageid: <1404059637.35.0.992952497093.issue21429@psf.upfronthosting.co.za>
2014-06-29 16:33:57Valentin.Lorentzlinkissue21429 messages
2014-06-29 16:33:56Valentin.Lorentzcreate