[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

STINNER Victor report at bugs.python.org
Thu Jul 21 11:10:53 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> It seems currently that in python 3.2 sys.platform is linux2
> even though it is running linux 3

It's maybe because you ran ./configure with Linux 2.x.y (see msg138254). Try make distclean && ./configure --with-debug && make.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12326>
_______________________________________


More information about the Python-bugs-list mailing list