Ben Finney writes:
> James Pye writes:
>
> > with daemonized():
> > run_some_subprocess()
>
> This use case is addressed by my up-coming PEP, currently in draft
> form but submitted to the PEP editor. A reference implementation is
> at http://pypi.python.org/pypi/python-daemon/>.
On second b
James Pye writes:
> The identification of this issue came from an *experiment* attempting
> to create a *single* "daemonized()" CM that would execute the with-
> statement's block in a new child process and, of course, not execute
> it in the parent. At first, I ran into the RuntimeError in the