Message250614
| Author |
zach.ware |
| Recipients |
paul.moore, steve.dower, tim.golden, zach.ware |
| Date |
2015年09月14日.04:32:52 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1442205173.06.0.618332067063.issue25099@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
======================================================================
FAIL: test_no_args_respects_force_flag (test.test_compileall.CommandLineTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Program Files\Python 3.5\lib\test\test_compileall.py", line 229, in test_no_args_respects_force_flag
self.assertRunOK('-f', PYTHONPATH=self.directory)
File "C:\Program Files\Python 3.5\lib\test\test_compileall.py", line 179, in assertRunOK
*self._get_run_args(args), **env_vars)
File "C:\Program Files\Python 3.5\lib\test\support\script_helper.py", line 135, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "C:\Program Files\Python 3.5\lib\test\support\script_helper.py", line 121, in _assert_python
err))
AssertionError: Process return code is 1
command line: ['C:\\Program Files\\Python 3.5\\python.exe', '-X', 'faulthandler', '-S', '-m', 'compileall', '-f']
stdout:
---
(... truncated stdout ...)rror: [Errno 13] Permission denied: 'C:\\Program Files\\Python 3.5\\lib\\__pycache__\\sre_compile.cpython-35.pyc.978608563184'
Compiling 'C:\\Program Files\\Python 3.5\\lib\\sre_constants.py'...
<output continues with many more lines like the above two>
No such problem on installed 3.4.3. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年09月14日 04:32:53 | zach.ware | set | recipients:
+ zach.ware, paul.moore, tim.golden, steve.dower |
| 2015年09月14日 04:32:53 | zach.ware | set | messageid: <1442205173.06.0.618332067063.issue25099@psf.upfronthosting.co.za> |
| 2015年09月14日 04:32:53 | zach.ware | link | issue25099 messages |
| 2015年09月14日 04:32:52 | zach.ware | create |
|