Message1390

Author leouserz
Recipients
Date 2007-01-18.20:32:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
wow, this bug gets weirder.
types.BuiltinFunctionType
types.BuiltinMethodType
are ==
type(var) == type([].append)
is true

so this seems to become a bug in types and in PyBuiltinFunction.  types needs to have the Builtin*Types be derived from the same class and PyBuiltinFunction needs to have that type.
History
Date User Action Args
2008-02-20 17:17:40adminlinkissue1638882 messages
2008-02-20 17:17:40admincreate