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 berker.peksag, martin.panter, python-dev, r.david.murray, rhendrikse, vinay.sajip
Date 2016-07-23.03:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469243294.48.0.643433277224.issue27493@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2016-07-23 03:08:14martin.pantersetrecipients: + martin.panter, vinay.sajip, r.david.murray, python-dev, berker.peksag, rhendrikse
2016-07-23 03:08:14martin.pantersetmessageid: <1469243294.48.0.643433277224.issue27493@psf.upfronthosting.co.za>
2016-07-23 03:08:14martin.panterlinkissue27493 messages
2016-07-23 03:08:13martin.pantercreate