On Sun, 12 Jun 2005, Jim Gallacher wrote:
PyObject *m; // session module
If I'm not mistaken, the // comments are not strictly C-compliant, we should stay away from them.
Generally, we should try our best to adhere to this: http://httpd.apache.org/dev/styleguide.htmlI know mod_python isn't 100% compliant, but there is no reason to make it even more non-compliant :-)
Grisha