Re: [Ganglia-developers] pyc support in mod_python

2012-03-05 Thread Dave Rawks
I don't think this is a good patch. .pyc files are not meant to be portable or stable. If at some later date we are meant to troubleshoot a problem with a module that is loaded as byte compiled python it becomes very difficult to gurantee that the bytecode is sane since the actual code is not evalu

[Ganglia-developers] pyc support in mod_python

2012-03-05 Thread Ankit Srivastava
Hi, I have added the changes in mod_python.c to support '.pyc' files present in /usr/lib/ganglia/python_modules directory. Please tell me the mailing list email address, where I can submit my changes for review. Changes are attached with this mail. regards, Ankit --- mod_python.c.orig 2012-