Message 88390 - Python tracker
Message88390
| 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:27 | pdsimanyi | set | recipients: + pdsimanyi, markon |
| 2009-05-26 20:41:26 | pdsimanyi | set | messageid: <1243370486.97.0.813702509756.issue6074@psf.upfronthosting.co.za> |
| 2009-05-26 20:41:25 | pdsimanyi | link | issue6074 messages |
| 2009-05-26 20:41:25 | pdsimanyi | create | |