Message273754
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. |
|
Date |
User |
Action |
Args |
2016-08-27 03:16:57 | martin.panter | set | recipients:
+ martin.panter, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, JelleZijlstra |
2016-08-27 03:16:57 | martin.panter | set | messageid: <1472267817.0.0.23202294257.issue26027@psf.upfronthosting.co.za> |
2016-08-27 03:16:56 | martin.panter | link | issue26027 messages |
2016-08-27 03:16:56 | martin.panter | create | |
|