Paul Sokolovsky ea9708092e objtuple: Go out of the way to support comparison of subclasses.
Two things are handled here: allow to compare native subtypes of tuple,
e.g. namedtuple (TODO: should compare type too, currently compared
duck-typedly by content). Secondly, allow user sunclasses of tuples
(and its subtypes) be compared either. "Magic" I did previously in
objtype.c covers only one argument (lhs is many), so we're in trouble
when lhs is native type - there's no other option besides handling
rhs in special manner. Fortunately, this patch outlines approach with
fast path for native types.
2014-05-11 03:33:19 +03:00
..
2014-04-08 23:02:24 +01:00
2014-03-31 18:02:22 +01:00
2014-04-27 15:50:52 +01:00
2014-02-16 00:01:29 +00:00
2014-03-31 22:57:56 +01:00
2014-04-02 14:23:04 +01:00
2014-03-20 16:28:41 +00:00
2014-04-02 14:23:04 +01:00
2014-04-07 04:41:54 +01:00
2014-04-13 19:00:27 +01:00
2014-02-08 23:17:51 +02:00
2014-02-10 07:13:32 +02:00
2014-02-08 23:19:48 +02:00
2014-04-13 17:46:30 +01:00