subprocess + python-daemon - bug/problem?

Ben Finney ben+python at benfinney.id.au
Tue Sep 8 18:19:33 EDT 2009


Sewar <xsewarx at gmail.com> writes:

> I looked at other daemon libraries and snippets, it's clearly the bug is in
> subprocess not python-daemon.
> Then I found Python bug #1731717 which discusses it.

Thank you very much! I'm glad to see this is a known issue and that some
investigation has already been done. (It's a bit depressing that the bug
is over two years old, though.)

> I wish my project was opensource so I can post more specific test
> cases.

Can you make a small, complete test case that shows the problem? You
could then post that to the bug report, since it seems they are
currently without a good test case for this bug in Python 2.6.

(Discussing the details further in this thread would be
counter-productive; the discussion should go to the bug report.)

Thanks again for finding this!

-- 
 \               “I was sleeping the other night, alone, thanks to the |
  `\                                       exterminator.” —Emo Philips |
_o__)                                                                  |
Ben Finney



More information about the Python-list mailing list