Gregory Trubetskoy
grisha at modpython.org
Thu May 25 22:50:59 EST 2000
Thanks for taking the time to look over the code and all the comments, I think they're all valid and I'll address them. On Thu, 25 May 2000, Greg Stein wrote: > *) I don't understand why the PyTypeObject's are init'd/copied in > python_init, rather than just doing that at the module level. For > example: > static PyTypeObject serverobjecttype = { ... }; I wonder if this is something that I had to do back in httpdapy times so that it compiled on Visual C++...? Grisha _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://www.modpython.org/mailman/listinfo/mod_python
|