[Python-Dev] Type/class differences (Re: Sets: elt in dict, lst.include)

Neil Schemenauer nas@arctrix.com
Mon, 5 Feb 2001 12:48:10 -0800


On Mon, Feb 05, 2001 at 03:24:19PM -0500, Guido van Rossum wrote:
> So, "class MyInt(IntType)" acts as a sort-of automagical "UserInt"
> class creation?  (Analogous to UserList etc.)  I'm not sure I like
> that.  Why do we have to have this?

The problem is where to store the information in the PyIntObject
structure.  I don't think my solution is great either.

  Neil