This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thouis
Recipients amaury.forgeotdarc, ned.deily, neologix, thouis
Date 2011-12-01.22:38:05
SpamBayes Score 1.221672e-06
Marked as misclassified No
Message-id <1322779086.47.0.58258183675.issue13517@psf.upfronthosting.co.za>
In-reply-to
Content
> > It's also possible that readdir() is not reentrant with lstat()
> This doesn't make much sense to me.

Me either.  I think what I was actually seeing was multiple calls to readdir() still occurring even after placing a mutex on os.listdir due to my wrapping of os.listdir in a timeout via a subthread, and mutexing the timeout-wrapped version.  I will test this more carefully tomorrow.

I will also look into creating some C code to demonstrate the bug.
History
Date User Action Args
2011-12-01 22:38:06thouissetrecipients: + thouis, amaury.forgeotdarc, ned.deily, neologix
2011-12-01 22:38:06thouissetmessageid: <1322779086.47.0.58258183675.issue13517@psf.upfronthosting.co.za>
2011-12-01 22:38:05thouislinkissue13517 messages
2011-12-01 22:38:05thouiscreate