Re: Python 3.1 test issue

2015-12-21 Thread rakeshravinlr
On Wednesday, December 16, 2015 at 11:53:14 PM UTC+5:30, George Trojan wrote: > I installed Python 3.1 on RHEL 7.2. The command make test hangs (or > takes a lot of time) on test_subprocess. > > [396/397] test_subprocess > ^C > Test suite interrupted by signal SIGINT. > 5 tests omitted: >

Re: Python 3.1 test issue

2015-12-18 Thread George Trojan
On 12/16/2015 8:07 PM, Terry Reedy wrote: On 12/16/2015 1:22 PM, George Trojan wrote: I installed Python 3.1 on RHEL 7.2. According to the output below, you installed 3.5.1. Much better than the years old 3.1. This was not my only mistake. I ran the test on Fedora 19, not RHEL 7.2. The

Re: Python 3.1 test issue

2015-12-16 Thread Terry Reedy
On 12/16/2015 1:22 PM, George Trojan wrote: I installed Python 3.1 on RHEL 7.2. According to the output below, you installed 3.5.1. Much better than the years old 3.1. The command make test hangs (or takes a lot of time on test_subprocess [396/397] test_subprocess This indicates that

Python 3.1 test issue

2015-12-16 Thread George Trojan
I installed Python 3.1 on RHEL 7.2. The command make test hangs (or takes a lot of time) on test_subprocess. [396/397] test_subprocess ^C Test suite interrupted by signal SIGINT. 5 tests omitted: test___all__ test_distutils test_site test_socket test_warnings 381 tests OK. 4 tests altered