Hi Marcus, Armin, 

On Tue, Jul 31, 2012 at 09:25 +0200, Armin Rigo wrote:
> Hi Marcus,
> 
> PyPy contains no logic to create or search for __pycache__.  A grep
> tells me that neither does CPython 2.7.  You are probably confused by
> py.test creating them.

... creating them during a pypy test run - the artificats (*.pyc files) of 
such runs should not be distributed as Matti points out.  Not sure it helps
in this case but in general you can set PYTHONDONTWRITEBYTECODE=1 to
prevent writing of such files.

best,
holger

> 
> A bientôt,
> 
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
> 
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to