[issue20760] test_compileall test getting failed on 3.4 RC

2018-07-02 Thread STINNER Victor
STINNER Victor added the comment: This issue is 4 years old and has not been seen recently on Linux. Sadly, the issue doesn't contain enough information to fix the bug, so I close it. If you see again the bug on Linux, please open a new issue (and maybe add a reference to this old bug). ---

[issue20760] test_compileall test getting failed on 3.4 RC

2014-04-20 Thread Aapo Rantalainen
Aapo Rantalainen added the comment: I got exactly same trace with Python-3.4.0. == CPython 3.4.0 (default, Apr 19 2014, 16:37:49) [GCC 4.2.1] == Linux-2.6.28.10-power52-armv7l-with-debian-testing-unstable little-endian Btw: My test-directory is writable. (This seems to be duplicate, but is

[issue20760] test_compileall test getting failed on 3.4 RC

2014-02-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +r.david.murray type: crash -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20760] test_compileall test getting failed on 3.4 RC

2014-02-24 Thread Vipul Borikar
Vipul Borikar added the comment: Linux Distribution: Ubuntu 13.04 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue20760] test_compileall test getting failed on 3.4 RC

2014-02-24 Thread Vipul Borikar
New submission from Vipul Borikar: Hi, I getting python trace when running test_compileall test case OS: $ uname -a Linux vipul-desktop 3.8.13.8 #1 SMP Thu Oct 3 17:54:03 IST 2013 x86_64 x86_64 x86_64 GNU/Linux Python Version: $ ./bin/python3 -V Python 3.4.0rc2 Output and Error: $