[Python-Dev] Playing with descr-branch

Guido van Rossum guido@digicool.com
Thu, 05 Jul 2001 11:48:01 -0400


> > I can indeed reproduce this on Windows, and I'll look into it now (if
> > Tim doesn't beat me to it).
> > 
> > Under Linux, it *is* stable enough! :-)
> I know there _are_ reasons to switch :-)

I looked at your problem with the debugger, and it seems that the
classmethod and staticmethod types don't get initialized (the
constructor would have been a good time to do this :-).  But now I
don't understand why this isn't a hard failure on Linux.

Checking will follow ASAP.

--Guido van Rossum (home page: http://www.python.org/~guido/)