Message88390
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. |
|
| Date |
User |
Action |
Args |
| 2009-05-26 20:41:27 | pdsimanyi | set | recipients:
+ pdsimanyi, markon |
| 2009-05-26 20:41:26 | pdsimanyi | set | messageid: <[email protected]> |
| 2009-05-26 20:41:25 | pdsimanyi | link | issue6074 messages |
| 2009-05-26 20:41:25 | pdsimanyi | create | |
|