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.
Created on 2010年08月17日 13:24 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg114120 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2010年08月17日 13:24 | |
Watching the Windows buildbot to check if test_dis was working yet, I found this output: http://www.python.org/dev/buildbot/stable/builders/x86%20XP-4%203.x/builds/2774/steps/test/logs/stdio It appears something still had files open in the directory when regrtest was attempting to clean it out. |
|||
| msg114121 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2010年08月17日 13:29 | |
The ref count over 1 million at the end of that output is also rather suspicious. |
|||
| msg114122 - (view) | Author: Tim Golden (tim.golden) * (Python committer) | Date: 2010年08月17日 13:29 | |
This is usually because the bug mentioned in issue7443 (although it could be something else, obviously). It should sort itself out on the next run. I'll rerun on my local checkout to see if there real WinXP issues. |
|||
| msg114123 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2010年08月17日 13:37 | |
Reading through the other issue, I think you're right. Closing as a duplicate of issue 7443. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:05 | admin | set | github: 53836 |
| 2010年08月17日 13:37:41 | ncoghlan | set | status: open -> closed resolution: duplicate superseder: test.support.unlink issue on Windows platform messages: + msg114123 |
| 2010年08月17日 13:29:29 | tim.golden | set | nosy:
+ tim.golden messages: + msg114122 |
| 2010年08月17日 13:29:08 | ncoghlan | set | messages: + msg114121 |
| 2010年08月17日 13:24:57 | ncoghlan | create | |