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 2012年09月10日 18:56 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg170217 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年09月10日 18:56 | |
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' [...] |
|||
| msg170229 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年09月10日 20:13 | |
Duplicate. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60113 |
| 2012年09月10日 20:13:08 | skrah | set | status: open -> closed superseder: mmap: add empty file check prior to offset check messages: + msg170229 resolution: duplicate stage: needs patch -> resolved |
| 2012年09月10日 18:56:48 | skrah | create | |