Re: posix.listdir() broken ?

Guido.van.Rossum@cwi.nl
Fri, 05 Nov 1993 10:29:13 +0100

> Python 0.9.9 (Sep 7 1993).
> Copyright 1990, 1991, 1992, 1993 Stichting Mathematisch Centrum,
> Amsterdam
> >>> import posix
> >>> posix.listdir( '.' )
> Segmentation fault(coredump)
> elvis: /home/sdm7g/python $
>
> Has anyone else observed a problem ? or is my build on AIX
> merely but profoundly broken ?

I've never seen this before; sounds like a problem with your build or
with AIX...

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>