[issue11653] Problems with some tests using -j2

Skip Montanaro report at bugs.python.org
Thu Mar 24 04:48:55 CET 2011


Skip Montanaro <skip at pobox.com> added the comment:

Brett> The import failures are because you didn't rebuild (I added a new
    Brett> function to imp). Re-build and the import issues will go away.

An easy mistake to make.  I'm used to running "make test" which would have
guaranteed python.exe was up-to-date.

I just executed

    hg pull -u
    make
    ./python.exe -m test -j2 -W

and I am seeing the same AttributeError exceptions.  So:

    make distclean
    ./configure ...
    make
    ./python.exe -m test -j2 -W

and I still get the AttributeError exceptions.  According to hg id I am
using this:

    changeset:   68889:f09f7ab40ce6
    tag:         tip
    user:        Raymond Hettinger <python at rcn.com>
    date:        Wed Mar 23 20:33:30 2011 -0700
    summary:     Add tests for _source to importable and exec'able.

Is that what I should be using?

Skip

----------

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


More information about the Python-bugs-list mailing list