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 evaluated.
-Dave On 03/05/2012 01:47 AM, Ankit Srivastava wrote: > 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 > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
