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 pdsimanyi
Recipients markon, pdsimanyi
Date 2009-05-26.20:41:25
SpamBayes Score 9.340609e-09
Marked as misclassified No
Message-id <1243370486.97.0.813702509756.issue6074@psf.upfronthosting.co.za>
In-reply-to
Content
I may have a reason to analyze that would explain why this fails on 
Windows: the non-Windows code path in import.c's open_exclusive() contians 
an unlink(filename), but the Windows path does not.

I'm going to try to build Python on Windows and add an unlink for both 
code paths.

More later.
History
Date User Action Args
2009-05-26 20:41:27pdsimanyisetrecipients: + pdsimanyi, markon
2009-05-26 20:41:26pdsimanyisetmessageid: <1243370486.97.0.813702509756.issue6074@psf.upfronthosting.co.za>
2009-05-26 20:41:25pdsimanyilinkissue6074 messages
2009-05-26 20:41:25pdsimanyicreate