[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.116,2.117

Greg Stein gstein@lyra.org
Mon, 13 Dec 1999 10:26:59 -0800 (PST)


On Mon, 13 Dec 1999, Fred L. Drake wrote:
> Update of /projects/cvsroot/python/dist/src/Modules
> In directory weyr:/home/fdrake/projects/python/Modules
> 
> Modified Files:
> 	posixmodule.c 
> Log Message:
> 
> Added bindings for getgroups(), fpathconf(), pathconf(), confstr(),
> and sysconf().
> 
> *Lots* of tables to define names used by *conf*(); explanation to go
> in message to python-dev list.

I'm not very familiar with these APIs, but should you let go of the
interpreter lock when you call them?
(and for the other new funcs)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/