[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-14 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc0a7aa7ae61 by Brett Cannon in branch '3.4': Issue #25099: Skip relevant tests in test_compileall when an entry on https://hg.python.org/cpython/rev/fc0a7aa7ae61 -- ___ Python tracker

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-10 Thread Brett Cannon
Brett Cannon added the comment: I feel I have already spent way too much time on this issue, but if you want to backport even further then feel free to. -- ___ Python tracker __

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Do you want to backport the fix to 3.4 (and 2.7?)? Issue21264 was reported for 3.4. -- ___ Python tracker ___ ___

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Brett Cannon
Brett Cannon added the comment: Thanks to Serhiy for all of the reviews! -- resolution: -> fixed stage: commit review -> resolved ___ Python tracker ___

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34bbd537b3e6 by Brett Cannon in branch '3.5': Issue #25099: Skip relevant tests in test_compileall when an entry on https://hg.python.org/cpython/rev/34bbd537b3e6 New changeset 21f3a92e0c6d by Brett Cannon in branch 'default': Merge for issue #25099

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Brett Cannon
Brett Cannon added the comment: I have addressed Serhiy's comments again. -- Added file: http://bugs.python.org/file40736/issue25099.diff ___ Python tracker ___ _

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Added new comments. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Brett Cannon
Brett Cannon added the comment: Here is a new patch that addresses Serhiy's comments. -- Added file: http://bugs.python.org/file40734/issue25099.diff ___ Python tracker ___ _

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-10-09 Thread Brett Cannon
Changes by Brett Cannon : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Added comments on Rietveld. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-25 Thread Brett Cannon
Brett Cannon added the comment: Here is a patch that should work. Can someone who has had the problem test it? It works in my limited testing but I want to make sure this solves it before I commit it. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-14 Thread Brett Cannon
Brett Cannon added the comment: It sounds like some tests just need to have a decorator that blocks execution if the relevant __pycache__ isn't writable. -- ___ Python tracker _

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Existing issue21264 reports about failure of different test. It may be the same issue or different but related issues. -- ___ Python tracker

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-14 Thread Steve Dower
Steve Dower added the comment: IIRC there's an existing issue for this. (Or it may have just been mentioned in a "things that don't work when you're not root" list on an issue.) -- ___ Python tracker _

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-14 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +benjamin.peterson, brett.cannon, eric.snow, georg.brandl, ncoghlan ___ Python tracker ___ ___

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The failure can be reproduced on Linux if make the Lib/__pycache__/ directory non-writable. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue25099] test_compileall fails when run by unprivileged user on installed Python

2015-09-13 Thread Zachary Ware
New submission from Zachary Ware: == FAIL: test_no_args_respects_force_flag (test.test_compileall.CommandLineTests) -- Traceback (most recent call last): File