why del is not a function or method?
bartc
bc at freeuk.com
Tue Oct 17 12:19:22 EDT 2017
More information about the Python-list mailing list
Tue Oct 17 12:19:22 EDT 2017
- Previous message (by thread): why del is not a function or method?
- Next message (by thread): why del is not a function or method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): why del is not a function or method?
- Next message (by thread): why del is not a function or method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list