[issue21429] Input.output error with multiprocessing

ProgVal report at bugs.python.org
Sun Jun 29 18:33:57 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21429>
_______________________________________


More information about the Python-bugs-list mailing list