[pypy-issue] [issue759] Support for PYTHONDONTWRITEBYTECODE

Kenneth Reitz tracker at bugs.pypy.org
Wed Jun 22 05:44:02 CEST 2011


New submission from Kenneth Reitz <me at kennethreitz.com>:

cPython 2.6+ supports an environment variable "PYTHONDONTWRITEBYTECODE". When 
this is set, it won't write *.pyc files to disk. PyPy v1.5 doesn't support this.

More info: 

   http://docs.python.org/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE

----------
messages: 2656
nosy: kennethreitz, pypy-issue
priority: bug
status: unread
title: Support for PYTHONDONTWRITEBYTECODE

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue759>
________________________________________


More information about the pypy-issue mailing list