Message170228
| Author |
skrah |
| Recipients |
Steven.Willis, jcea, neologix, python-dev, skrah |
| Date |
2012年09月10日.20:12:10 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1347307930.98.0.417844712891.issue15676@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
For some reason all Windows buildbots are failing since f962ec8e47a1:
======================================================================
ERROR: test_entire_file (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Buildslave3円.x.moore-windows\build\lib\test\test_mmap.py", line 19, in setUp
os.unlink(TESTFN)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_2636_tmp'
======================================================================
ERROR: test_error (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Buildslave3円.x.moore-windows\build\lib\test\test_mmap.py", line 19, in setUp
os.unlink(TESTFN)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_2636_tmp'
======================================================================
[...] |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年09月10日 20:12:11 | skrah | set | recipients:
+ skrah, jcea, neologix, python-dev, Steven.Willis |
| 2012年09月10日 20:12:10 | skrah | set | messageid: <1347307930.98.0.417844712891.issue15676@psf.upfronthosting.co.za> |
| 2012年09月10日 20:12:10 | skrah | link | issue15676 messages |
| 2012年09月10日 20:12:10 | skrah | create |
|