On 6/5/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> If "make clean" makes the problem go away, it's usually because there
> were old .pyc files with incompatible byte code. We don't change the
> .pyc magic number for each change to the compiler.

Nope. It is still not working. I just did the following, and I still
get the same error.

   % unset CC  # to turn off ccache
   % make distclean
   % svn revert -R .
   % svn up
   % ./configure
   % make  # run fine
   % make  # fail

-- Alexandre
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to