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.

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\cpython\3.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\cpython\3.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:48skrahsetrecipients: + skrah
2012-09-10 18:56:48skrahsetmessageid: <1347303408.84.0.405583449019.issue15909@psf.upfronthosting.co.za>
2012-09-10 18:56:48skrahlinkissue15909 messages
2012-09-10 18:56:48skrahcreate