2012/1/8 Nick Coghlan <ncogh...@gmail.com>:
> On Mon, Jan 9, 2012 at 5:31 AM, charles-francois.natali
> <python-check...@python.org> wrote:
>>  Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't 
>> work as
>> it should on OpenIndiana.
>
> Can rewinddir() end up touching the filesystem to retrieve data? I
> noticed that your previous change (the one this checkin reverted)
> moved it outside the GIL release macros.

It just resets a position count. (in glibc).



-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to