> > OK. Do you know which version of Python introduced the PySys_GetObject() > function? It seems to be an undocumented function until python 2.6. It > might > be good to know what the issue is with this function and why it wasn't > documented before we start using it. > > Brad
PySys_GetObject is part of the system module interface (sysmodule.h) at least since 1.5.2 - I've only tried that patch with python 2.3 & 2.5 though. According to http://bugs.python.org/issue1245 basically none of the PySys_* functions were documented until recently. I'll see if anyone on comp.lang.python has any insight into why we shouldn't use this. -g ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

