Message170217
| Author |
skrah |
| Recipients |
skrah |
| Date |
2012年09月10日.18:56:48 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1347303408.84.0.405583449019.issue15909@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
All Windows bots have multiple failures in test_mmap:
======================================================================
ERROR: test_entire_file (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\Data\buildslave\cpython3円.x.snakebite-win2k3r2sp2-x86\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_8132_tmp'
======================================================================
ERROR: test_error (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\Data\buildslave\cpython3円.x.snakebite-win2k3r2sp2-x86\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_8132_tmp'
[...] |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年09月10日 18:56:48 | skrah | set | recipients:
+ skrah |
| 2012年09月10日 18:56:48 | skrah | set | messageid: <1347303408.84.0.405583449019.issue15909@psf.upfronthosting.co.za> |
| 2012年09月10日 18:56:48 | skrah | link | issue15909 messages |
| 2012年09月10日 18:56:48 | skrah | create |
|