[Python-ideas] disabling .pyc and .pyo files

Ben Finney ben+python at benfinney.id.au
Wed Dec 9 23:18:21 CET 2009


Guido van Rossum <guido at python.org> writes:

> Could it be as simple as this:
>
> -b don't read bytecode (new flag)
> -B don't write bytecode (existing flag)

Almost, but I think many in this discussion are agitating for “don't
read orphaned bytecode” to become the default.

-- 
 \        “Visitors are expected to complain at the office between the |
  `\                     hours of 9 and 11 a.m. daily.” —hotel, Athens |
_o__)                                                                  |
Ben Finney




More information about the Python-ideas mailing list