This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ugodiggi
Recipients
Date 2005-10-28.05:19:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1269908

I'm sorry I've been so late in answering.
I don't have the time to investigate on the short term, and I'm 
very unfamiliar with python internals.

I did do a fair amount of testing when I originally posted the 
item, including running with the 2.4.0 and 2.4.1 downloaded 
from python.org and 2.4.1 built by me in release and debug 
mode. I also tried on a different windows machine, running XP 
and 2.4.?.
All were showing the same problem.

I've followed the google thread and I don't think it's the same 
problem. 
My best guess is that this is caused by a leaked open file 
handle, that does not get closed correctly in the Py_Finalize 
call, but I'm not quite sure on how to follow this in the 
debugger.

History
Date User Action Args
2007-08-23 14:31:25adminlinkissue1193099 messages
2007-08-23 14:31:25admincreate