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.html

I know mod_python isn't 100% compliant, but there is no reason to make it even more non-compliant :-)

Grisha

Reply via email to