[Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as (original) (raw)
Benjamin Peterson benjamin at python.org
Mon Jan 9 01:43:33 CET 2012
- Previous message: [Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
- Next message: [Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2012/1/8 Nick Coghlan <ncoghlan at gmail.com>:
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.
It just resets a position count. (in glibc).
-- Regards, Benjamin
- Previous message: [Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
- Next message: [Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]