[Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as

Nick Coghlan ncoghlan at gmail.com
Mon Jan 9 01:40:18 CET 2012


On Mon, Jan 9, 2012 at 5:31 AM, charles-francois.natali
<python-checkins at 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.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list