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 2016年11月13日 19:32 by xdegaye, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| bind_unix_socket.patch | xdegaye, 2016年11月13日 19:32 | review | ||
| bind_unix_socket_2.patch | xdegaye, 2016年12月13日 19:44 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 552 | closed | dstufft, 2017年03月31日 16:36 | |
| Messages (3) | |||
|---|---|---|---|
| msg280709 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年11月13日 19:32 | |
Tests in test_socket and test_asyncore fail on Android when bind() on a unix socket raises PermissionError for a non-root user. This occurs also in test_asyncio and this is logged in a separate issue as asyncio has its own project. Patch attached. |
|||
| msg283136 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年12月13日 19:44 | |
test_pathlib must also be fixed for this same problem. New patch. |
|||
| msg283186 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年12月14日 10:55 | |
New changeset b65ae19bc42a by Xavier de Gaye in branch '3.6': Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError https://hg.python.org/cpython/rev/b65ae19bc42a New changeset 0350e0634a4b by Xavier de Gaye in branch 'default': Issue #28683: Merge 3.6. https://hg.python.org/cpython/rev/0350e0634a4b |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:39 | admin | set | github: 72869 |
| 2017年03月31日 16:36:31 | dstufft | set | pull_requests: + pull_request1043 |
| 2016年12月14日 19:24:08 | xdegaye | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2016年12月14日 10:55:24 | python-dev | set | nosy:
+ python-dev messages: + msg283186 |
| 2016年12月13日 19:44:51 | xdegaye | set | files:
+ bind_unix_socket_2.patch messages: + msg283136 |
| 2016年11月21日 15:40:04 | xdegaye | link | issue26865 dependencies |
| 2016年11月13日 19:32:04 | xdegaye | create | |