Stefan Krah added the comment:

> What is the redundant info?

{"__rdivmod__", __builtin_offsetof (PyHeapTypeObject, as_number.nb_divmod), 
(void *)(slot_nb_divmod), wrap_binaryfunc_r, "sig=($self, value)\n" 
"sig=($self, value)\nReturns divmod(value, self)."}

There are two "sig" instances. What Nick said is that the situation was pretty
much the same before the "sig" patch and should be fixed regardless:

{"__rdivmod__", __builtin_offsetof (PyHeapTypeObject, as_number.nb_divmod), 
(void *)(slot_nb_divmod), wrap_binaryfunc_r, "__rdivmod__" "(self, value)\n" 
"__rdivmod__(self, value)\nReturns divmod(value, self)."}

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to