[Python-checkins] r42884 - python/trunk/Modules/posixmodule.c

Georg Brandl g.brandl at gmx.net
Tue Mar 7 21:20:21 CET 2006


Thomas Heller wrote:
> georg.brandl wrote:
>> Author: georg.brandl
>> Date: Tue Mar  7 13:48:03 2006
>> New Revision: 42884
>> 
>> Modified:
>>    python/trunk/Modules/posixmodule.c
>> Log:
>> Bug #1432525: os.listdir now releases the GIL while calling
>> readdir().
> 
> This checkin broke os.listdir().  It returns an empty list now in most cases,
> on Windows XP at least.

Could you help me find the cause? I'm not able to see why this should change
the behavior of listdir().

Georg



More information about the Python-checkins mailing list