The select module already supports the poll() system call. Or is there a special variant that only Solaris has?
2009/7/1 Jesus Cea <[email protected]>: > > -- > Jesus Cea Avion _/_/ _/_/_/ _/_/_/ > [email protected] - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ > jabber / xmpp:[email protected] _/_/ _/_/ _/_/_/_/_/ > . _/_/ _/_/ _/_/ _/_/ _/_/ > "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ > "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ > "El amor es poner tu felicidad en la felicidad de otro" - Leibniz > > > ---------- Forwarded message ---------- > From: "Jesús Cea Avión" <[email protected]> > To: [email protected] > Date: Wed, 01 Jul 2009 16:49:15 +0000 > Subject: [issue6397] Implementing Solaris "poll" in the "select" module > > New submission from Jesús Cea Avión <[email protected]>: > > In Python 2.6 we added support for Linux "epoll" and *BSD "kqueue" in > the select module. I think we should add support for Solaris "poll" > interface too. > > What do you think?. > > I volunteer to do the work, if you agree this is a feature we want to > have. I think so. > > ---------- > assignee: jcea > components: Library (Lib) > messages: 89989 > nosy: jcea > severity: normal > stage: needs patch > status: open > title: Implementing Solaris "poll" in the "select" module > type: feature request > versions: Python 2.7, Python 3.2 > > _______________________________________ > Python tracker <[email protected]> > <http://bugs.python.org/issue6397> > _______________________________________ > > > _______________________________________________ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/guido%40python.org > > -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
