hi
Is there a difference between returning a python object using
return py_obj;
or
Py_BuildValue("O",py_obj);
--
View this message in context:
http://www.nabble.com/using-Py_BuildValue-or-return-statement-tf3974524.html#a11282015
Sent from the Gtk+ - Python mailing list archive at Nabble.com._______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
