[issue27493] logging module fails with unclear error when supplied a (Posix)Path

Martin Panter report at bugs.python.org
Fri Jul 22 23:08:14 EDT 2016


Martin Panter added the comment:

Windows fails the test:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7989/steps/test/logs/stdio
======================================================================
ERROR: test_path_objects (test.test_logging.HandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_logging.py", line 599, in test_path_objects
    os.unlink(fn)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\Buildbot\\AppData\\Local\\Temp\\tmplffg6d26'

----------
nosy: +martin.panter
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27493>
_______________________________________


More information about the Python-bugs-list mailing list