About the implementation of del in Python 3

Marko Rauhamaa marko at pacujo.net
Fri Jul 7 04:58:48 EDT 2017


Steve D'Aprano <steve+python at pearwood.info>:

> But the Python virtual machine doesn't require objects to have an
> address at all.

That's an interesting question. Is it possible to define formal
semantics for Python without the notion of an address (under some name)?
Ultimately it seems necessary to have an enumerable set (address space)
that maps to objects.


Marko



More information about the Python-list mailing list