[Zope3-dev] ZEO test failing under Cygwin

Guido van Rossum guido@python.org
Mon, 05 May 2003 12:32:14 -0400


> I am maybe wrong because not knowing the threading mechanism enough but 
> I see
> 
> File "/tmp/python.676/usr/lib/python2.2/threading.py", line 408,
> 
> in the traceback above.

Could it be that when Python was built (and especially when its .pyc
files were byte-compiled) it lived in /tmp?  And then was moved to the
real location later?  Unfortunately, Python shows the filename as it
was at the time of byte-compilation than at the time of execution in
tracebacks.

--Guido van Rossum (home page: http://www.python.org/~guido/)