Python 1.5.2 failes tests
Christian Tismer
tismer at appliedbiometrics.com
Tue May 4 15:34:02 EDT 1999
Lance Ellinghaus wrote:
>
> I grabbed the latest and final 1.5.2 and compiled it on Solaris 2.6 using the
> SunPro C compiler.
> It passes every test except 'popen2'. It gives me an Assertion Error. Here is
> part of the test run.
>
> Has anyone solved this?
I think that has been solved. An update to the CVS tree has been
made on Apr. 20, which means it isn't in the 1.5.2 distribution.
>From the python-checkins list:
Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib
Modified Files:
popen2.py
Log Message:
Calling _cleanup() does not guarantee that all processes have
terminated; this makes the final assert in the self-test code fail if
the parent runs faster than the children. Fix this by calling wait()
on the remaining children instead.
ciao - chris
--
Christian Tismer :^) <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH : Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101 : *Starship* http://starship.python.net
10553 Berlin : PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint E182 71C7 1A9D 66E9 9D15 D3CC D4D7 93E2 1FAE F6DF
we're tired of banana software - shipped green, ripens at home
More information about the Python-list
mailing list