On Thu, 13 Jun 2013 23:39:49 +0200 Christian Heimes <christ...@python.org> wrote: > Am 13.06.2013 20:59, schrieb Antoine Pitrou: > > How about > > > > return Py_BuildValue("NNNN", ofile_env, ofile, odir_env, odir); > > > > ? > > Oh right, I forgot about 'N'. The PyArg_Parse*() methods don't have it. > > Do you want me to modify the code to use Py_BuildValue()?
Always better to use the simple form, IMO. Go for it! Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com