[Python-ideas] Do we need non-heap types any more? (Was: Implicit submodule imports)

random832 at fastmail.us random832 at fastmail.us
Mon Sep 29 15:27:16 CEST 2014


On Sun, Sep 28, 2014, at 22:58, Andrew Barnert wrote:
> And at any rate, consider the case we're talking about. We have some heap
> types and some non-heap types. Neither branch is very unlikely,

What? It is very unlikely, especially in existing code where it won't
work at all, for someone to attempt to reassign the __class__ of a non
heap type object. We are not talking about something that gets run on
every object.


More information about the Python-ideas mailing list