[issue6958] Add Python command line flags to configure logging

Eric Smith report at bugs.python.org
Mon Sep 21 20:23:02 CEST 2009


Eric Smith <eric at trueblade.com> added the comment:

The C code looks basically okay to me. I'd probably use strdup() instead
of the malloc/strlen/strcpy calls. And as Thomas said, the cleanup needs
a little bit of work.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6958>
_______________________________________


More information about the Python-bugs-list mailing list