2013/7/27 Nick Coghlan <ncogh...@gmail.com>: >> Do we even need a new PEP, or should we just do it? Or can we adapt >> Victor's PEP 446? > > Adapting the PEP sounds good - while I agree with switching to a sane > default, I think the daemonisation thread suggests there may need to > be a supporting API to help force FDs created by nominated logging > handlers to be inherited.
Why would a Python logging handler be used in a child process? If the child process is a fresh Python process, it starts with the default logging handlers (no handler). Files opened by the logging module must be closed on exec(). Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com