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.

classification
Title: test_mailbox fails when run as a non-root user on Android API 24
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: xdegaye Nosy List: flokli, python-dev, r.david.murray, xdegaye
Priority: normal Keywords: patch

Created on 2016-11-21 15:22 by xdegaye, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_mailbox_link.patch xdegaye, 2016-11-21 15:22 review
Pull Requests
URL Status Linked Edit
PR 23553 open flokli, 2020-11-29 10:46
Messages (3)
msg281364 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2016-11-21 15:22
The patch fixes the problem that on Android API 24, a non-root user is not allowed to create the hard links used by the mailbox module.
Related to issue 28759.
msg281381 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-11-21 16:43
LGTM.
msg282973 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-12-12 08:57
New changeset 51573ef25903 by Xavier de Gaye in branch '3.6':
Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user.
https://hg.python.org/cpython/rev/51573ef25903

New changeset 3a451c67008d by Xavier de Gaye in branch 'default':
Issue #28764: Merge 3.6.
https://hg.python.org/cpython/rev/3a451c67008d
History
Date User Action Args
2022-04-11 14:58:39adminsetgithub: 72950
2020-11-29 10:46:04floklisetnosy: + flokli

pull_requests: + pull_request22433
2016-12-12 09:32:12xdegayesetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2016-12-12 08:57:31python-devsetnosy: + python-dev
messages: + msg282973
2016-11-21 16:43:41r.david.murraysetnosy: + r.david.murray
messages: + msg281381
2016-11-21 15:40:04xdegayelinkissue26865 dependencies
2016-11-21 15:22:02xdegayecreate