Message 102685 - Python tracker
Message102685
| Author | tim.golden |
|---|---|
| Recipients | asvetlov, brian.curtin, flox, jafo, jaraco, loewis, techtonik, tim.golden |
| Date | 2010-04-09.06:40:57 |
| SpamBayes Score | 3.4562203e-05 |
| Marked as misclassified | No |
| Message-id | <1270795259.05.0.144570638769.issue7443@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is basically a rerun of this discussion a couple of years ago: http://mail.python.org/pipermail/python-dev/2008-April/078333.html The problem certainly still happens against trunk -- I have a semi-aggressive test-harness which can cause it to reproduce pretty much on-demand. I proposed an approach here: http://mail.python.org/pipermail/python-dev/2008-April/078339.html but when I started digging into test_support it all got a bit hairy because -- naturally -- test.support.unlink is used in a *lot* of places. In short, there's still a problem to be fixed. I believe that a rename-unlink dance would solve it, but only at the cost of affecting a lot of tests. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-09 06:40:59 | tim.golden | set | recipients: + tim.golden, loewis, jafo, jaraco, techtonik, brian.curtin, asvetlov, flox |
| 2010-04-09 06:40:59 | tim.golden | set | messageid: <1270795259.05.0.144570638769.issue7443@psf.upfronthosting.co.za> |
| 2010-04-09 06:40:57 | tim.golden | link | issue7443 messages |
| 2010-04-09 06:40:57 | tim.golden | create | |