Message127821
On Thu, Feb 3, 2011 at 12:18 PM, Antoine Pitrou <report@bugs.python.org> wrote:
> I just took a look at http://pypi.python.org/pypi/python-daemon/, and it
> uses dup2() to redirect standard streams, which is far nicer.
I'm more worried about the case where a daemon launches python.
At startup, could we check that 2 and 3 are valid file descriptors,
and, if not, open /dev/null? That way, they cannot later be
inadvertently assigned to some other file? |
|
Date |
User |
Action |
Args |
2011-02-03 20:49:11 | stutzbach | set | recipients:
+ stutzbach, loewis, doko, exarkun, amaury.forgeotdarc, belopolsky, pitrou, benjamin.peterson, naufraghi, petere |
2011-02-03 20:49:11 | stutzbach | link | issue7111 messages |
2011-02-03 20:49:11 | stutzbach | create | |
|