[Python-ideas] More compact bytecode

Yury Selivanov yselivanov.ml at gmail.com
Fri Feb 5 20:27:46 EST 2016



On 2016-02-05 7:49 PM, Serhiy Storchaka wrote:
> On 06.02.16 00:46, Yury Selivanov wrote:
>> What do you think about turning constant slice objects into actual
>> constants?
>
> Slices are not supported by marshal.

That should be fixable, but in any case -- this is a nano-optimization, 
which is nice to have when there is nothing left to optimize ;)

Yury


More information about the Python-ideas mailing list