[Python-ideas] Make Python code read-only

Ethan Furman ethan at stoneleaf.us
Tue May 20 19:34:58 CEST 2014


On 05/20/2014 09:57 AM, Victor Stinner wrote:
>
> I'm trying to find the best option to make CPython faster. I would
> like to discuss here a first idea of making the Python code read-only
> to allow new optimizations.

-1 to a forced read-only by default

+0 to a command-line switch to enable read-only by default

--
~Ethan~


More information about the Python-ideas mailing list