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 martin.panter
Recipients JelleZijlstra, brett.cannon, ethan.furman, martin.panter, python-dev, serhiy.storchaka
Date 2016-08-27.03:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472267817.0.0.23202294257.issue26027@psf.upfronthosting.co.za>
In-reply-to
Content
One more thing, ;) the Windows buildbots are failing to removing a temporary file:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/8173/steps/test/logs/stdio

======================================================================
ERROR: test_path_t_converter (test.test_os.PathTConverterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\support\__init__.py", line 365, in unlink
    _unlink(filename)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\support\__init__.py", line 336, in _unlink
    _waitfor(os.unlink, filename)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\support\__init__.py", line 304, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5716_tmp'

Subsequently, other tests fail, probably because this file already exists.
History
Date User Action Args
2016-08-27 03:16:57martin.pantersetrecipients: + martin.panter, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, JelleZijlstra
2016-08-27 03:16:57martin.pantersetmessageid: <1472267817.0.0.23202294257.issue26027@psf.upfronthosting.co.za>
2016-08-27 03:16:56martin.panterlinkissue26027 messages
2016-08-27 03:16:56martin.pantercreate