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 pitrou
Recipients brian.curtin, jeremy.kloth, pitrou, tim.golden
Date 2012-07-12.20:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342125761.76.0.749174282002.issue15338@psf.upfronthosting.co.za>
In-reply-to
Content
On the Win64 buildbot, trying to access an UNC path raises PermissionError, which makes a test fail:

======================================================================
ERROR: test_UNC_path (test.test_import.PathsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_import.py", line 469, in test_UNC_path
    os.listdir(unc)
PermissionError: [Error 5] Access is denied: '\\\\hades\\D$\\buildbot.python.org\\3.x.kloth-win64\\build\\build\\test_python_3612\\@test_3612_tmp\\*.*'


If this is expected or normal, maybe we should simply skip the test when the listdir() call above fails.
History
Date User Action Args
2012-07-12 20:42:41pitrousetrecipients: + pitrou, tim.golden, brian.curtin, jeremy.kloth
2012-07-12 20:42:41pitrousetmessageid: <1342125761.76.0.749174282002.issue15338@psf.upfronthosting.co.za>
2012-07-12 20:42:41pitroulinkissue15338 messages
2012-07-12 20:42:40pitroucreate