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年04月26日 13:29 by xdegaye, last changed 2022年04月11日 14:58 by admin.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pwd.patch | xdegaye, 2016年04月26日 13:29 | review | ||
| pwd_2.patch | xdegaye, 2016年05月20日 09:22 | |||
| pwd_3.patch | xdegaye, 2016年12月12日 09:22 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4561 | merged | xdegaye, 2017年11月25日 15:48 | |
| Messages (6) | |||
|---|---|---|---|
| msg264279 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年04月26日 13:29 | |
User ids on android are the ids of the applications and they are used to enforce the applications access rights. See the 'User IDs and File Access' section at http://developer.android.com/guide/topics/security/permissions.html. Most integers are existing user ids on android. This may explain why getpwall() is missing. Patch attached. |
|||
| msg265919 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年05月20日 09:22 | |
This new patch adds a dependency to issue #27027. |
|||
| msg282975 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年12月12日 09:22 | |
Patch updated to the current head of the default branch. |
|||
| msg283082 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年12月13日 08:13 | |
New changeset e89c9ab46d77 by Xavier de Gaye in branch '3.6': Issue #26856: Fix the tests assuming that the pwd module has getpwall() and https://hg.python.org/cpython/rev/e89c9ab46d77 New changeset 692083f85981 by Xavier de Gaye in branch 'default': Issue #26856: Merge 3.6. https://hg.python.org/cpython/rev/692083f85981 |
|||
| msg306962 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2017年11月25日 15:50 | |
The pwd module is broken when a member of the 'passwd’ data structure is NULL (issue 32033). Remove _getpwall() and therefore skip test_pwd on Android until issue 32033 is fixed. |
|||
| msg306966 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2017年11月25日 16:32 | |
New changeset 76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 by xdegaye in branch 'master': bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) https://github.com/python/cpython/commit/76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:30 | admin | set | github: 71043 |
| 2017年11月25日 16:33:07 | xdegaye | set | stage: patch review -> |
| 2017年11月25日 16:32:29 | xdegaye | set | messages: + msg306966 |
| 2017年11月25日 15:50:09 | xdegaye | set | status: closed -> open messages: + msg306962 dependencies: + The pwd module implementation incorrectly sets some attributes to None resolution: fixed -> stage: resolved -> patch review |
| 2017年11月25日 15:48:26 | xdegaye | set | pull_requests: + pull_request4490 |
| 2016年12月13日 09:12:35 | xdegaye | set | status: open -> closed resolution: fixed stage: commit review -> resolved |
| 2016年12月13日 08:13:26 | python-dev | set | nosy:
+ python-dev messages: + msg283082 |
| 2016年12月12日 09:22:06 | xdegaye | set | files:
+ pwd_3.patch messages: + msg282975 stage: patch review -> commit review |
| 2016年10月28日 10:56:05 | xdegaye | set | assignee: xdegaye stage: patch review components: + Tests versions: + Python 3.7 |
| 2016年05月21日 06:56:37 | xdegaye | set | dependencies: + add the 'is_android' attribute to test.support |
| 2016年05月20日 09:22:48 | xdegaye | set | files:
+ pwd_2.patch messages: + msg265919 |
| 2016年05月03日 07:15:35 | xdegaye | set | nosy:
+ Alex.Willmer components: + Cross-Build |
| 2016年04月26日 16:04:41 | zach.ware | link | issue26865 dependencies |
| 2016年04月26日 16:00:31 | Roman.Evstifeev | set | nosy:
+ Roman.Evstifeev |
| 2016年04月26日 13:29:05 | xdegaye | create | |