Re: [Orbit-python-list] Release program for 0.3.1
Status: Inactive
Brought to you by:
tack
|
From: Christian R. R. <ki...@as...> - 2001-10-07 13:33:45
|
On 7 Oct 2001, Johan Dahlin wrote:
> > So, Johan, are you up for it? That would be a nice 0.3.2 feature ;)
> >
> ok
Have to be careful on this mailing list or next time i'll joke about
adding mail and news to o-p and Johan will do it (and what next, window
management?). I have a comment on this and i'd like a general opinion.
First a quote from irc:
<kiko> but how does the mainloop get there?
<zilch> CORBA.ORB_init (sys.argv[], CORBA.ORB_ID, CORBA.TRUE)
<zilch> probably breaks the spec, but who cares? :)
+
+ if (!PyArg_ParseTuple(args, "|Osi", &orb_args, &id, &glib_mainloop))
return NULL;
if (!id)
id = "orbit-local-orb";
-
+
+ if (glib_mainloop) {
+ IIOPAddConnectionHandler = orb_add_connection;
+ IIOPRemoveConnectionHandler = orb_remove_connection;
+ }
+
if (orb_args) {
if (PyList_Check(orb_args)) {
orb_args = PyList_AsTuple(orb_args);
Ok, so Tack will never accept this. The best we can hope for is asking him
for an opinion on the API change that could offer this (optional)
enhancement to O-P. Tack?
Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL
|