why del is not a function or method?

bartc bc at freeuk.com
Tue Oct 17 12:19:22 EDT 2017


On 17/10/2017 16:44, Terry Reedy wrote:

> In CPython left-hand expressions are not merely quoted for runtime 
> evaluation and use.  They are parsed at compile time and compiled to 
> almost normal bytecode.  The difference is that a load bytecode is 
> replace by a store bytecode (that takes a second argument).

What does the second argument do?

I thought Load and Store were of equal rank.

-- 
bartc



More information about the Python-list mailing list