Message1427

Author kzuberi
Recipients
Date 2007-02-13.06:33:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
but shouldn't. This is one of the failures in metaclass() in test_descr. 

The other metaclass related test failure i'm aware of seems to be due to attribute differences (in this case function objects not having __get__) which also show up in the checker22 output, so i assume that problem will get cleaned up as attribute differences are resolved.

For the type(x) problem, i wonder if its more subtle than just special casing the arg signature in PyType.invoke_new_() and not calling dispatch__init__()? 

- kz
History
Date User Action Args
2008-02-20 17:17:42adminlinkissue1658647 messages
2008-02-20 17:17:42admincreate