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.
Created on 2019年05月02日 15:18 by vstinner, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13058 | merged | ZackerySpytz, 2019年05月02日 15:41 | |
| Messages (5) | |||
|---|---|---|---|
| msg341272 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年05月02日 15:18 | |
AMD64 Windows7 SP1 3.x: https://buildbot.python.org/all/#/builders/40/builds/2106 ERROR: test_lll_multiple_dirs (test.test_tools.test_lll.lllTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\test\test_tools\test_lll.py", line 24, in test_lll_multiple_dirs os.symlink(fn, os.path.join(dir, 'symlink')) OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\Users\\Buildbot\\AppData\\Local\\Temp\\tmp1wogs146\\foo1' -> 'C:\\Users\\Buildbot\\AppData\\Local\\Temp\\tmp1wogs146\\symlink' The function failed twice. |
|||
| msg341274 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年05月02日 15:20 | |
New test added by bpo-14546. |
|||
| msg341278 - (view) | Author: Zackery Spytz (ZackerySpytz) * (Python triager) | Date: 2019年05月02日 15:53 | |
I'm sorry. I have submitted a fix. |
|||
| msg341300 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年05月02日 18:54 | |
Another failure: https://buildbot.python.org/all/#builders/58/builds/2317 Python on x86 Windows7 3.x |
|||
| msg341301 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年05月02日 18:55 | |
New changeset 6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d by Victor Stinner (Zackery Spytz) in branch 'master': bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) https://github.com/python/cpython/commit/6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:14 | admin | set | github: 80957 |
| 2019年05月02日 19:27:57 | vstinner | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019年05月02日 18:55:03 | vstinner | set | messages: + msg341301 |
| 2019年05月02日 18:54:33 | vstinner | set | messages: + msg341300 |
| 2019年05月02日 15:53:40 | ZackerySpytz | set | messages: + msg341278 |
| 2019年05月02日 15:41:27 | ZackerySpytz | set | keywords:
+ patch stage: patch review pull_requests: + pull_request12975 |
| 2019年05月02日 15:22:52 | xtreak | set | nosy:
+ serhiy.storchaka, ZackerySpytz |
| 2019年05月02日 15:20:18 | vstinner | set | messages: + msg341274 |
| 2019年05月02日 15:18:50 | vstinner | create | |