Issue 28764: test_mailbox fails when run as a non-root user on Android API 24 (original) (raw)

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:39 admin set github: 72950
2020-11-29 10:46:04 flokli set nosy: + floklipull_requests: + <pull%5Frequest22433>
2016-12-12 09:32:12 xdegaye set status: open -> closedresolution: fixedstage: patch review -> resolved
2016-12-12 08:57:31 python-dev set nosy: + python-devmessages: +
2016-11-21 16:43:41 r.david.murray set nosy: + r.david.murraymessages: +
2016-11-21 15:40:04 xdegaye link issue26865 dependencies
2016-11-21 15:22:02 xdegaye create