[Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Mon Jan 9 01:40:18 CET 2012
- Previous message: [Python-Dev] Hash collision security issue (now public)
- 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 ]
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
- Previous message: [Python-Dev] Hash collision security issue (now public)
- 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 ]