This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, yselivanov, zach.ware
Date 2014-01-26.14:15:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140126141547.GA6886@sleipnir.bytereef.org>
In-reply-to <1390744521.36.0.741869695044.issue20326@psf.upfronthosting.co.za>
Content
> 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)."}
History
Date User Action Args
2014-01-26 14:15:48skrahsetrecipients: + skrah, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, gennad, zach.ware, serhiy.storchaka, yselivanov
2014-01-26 14:15:48skrahlinkissue20326 messages
2014-01-26 14:15:48skrahcreate