On Sun, Mar 4, 2012 at 12:24 PM, Thomas Wouters <[email protected]> wrote:
> (Let's not forget about tp_as_sequence.sq_concat, tp_as_number.nb_add,
> tp_as_sequence.sq_repeat and tp_as_number.nb_mul either.)

Indeed, let's not forget about those, which are a compatibility
problem in and of themselves: http://bugs.python.org/issue11477

At most, the tp_mapping and tp_as_sequence overlap should be an FAQ
entry in the devguide that says "yes, the implementation of this is
weird. It's like that for historical reasons, and fixing it is a long
way down the priority list for changes"

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to