[Python-bugs-list] popen2(make test) (PR#180)

Ryosuke.Nakao@cssi.co.jp Ryosuke.Nakao@cssi.co.jp
Wed, 12 Jan 2000 07:37:15 -0500 (EST)


Full_Name: Ryosuke Nakao
Version: 1.5.2
OS: Solaris7
Submission from: (NULL) (157.77.16.21)


When doing make test on the latest(as of 12 Jan 2000) python version, the
popen2 tests fails.

output from test_open2:
testing popen2...
testing popen3...
Traceback (innermost last):
  File "Lib/test/test_popen2.py", line 16, in ?
    main()
  File "Lib/test/test_popen2.py", line 14, in main
    popen2._test()
  File "./Lib/popen2.py", line 95, in _test
    assert not _active
AssertionError