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 ronaldoussoren
Recipients christian.heimes, ronaldoussoren
Date 2013-07-26.08:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374825608.82.0.902791014274.issue18555@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be harmless. The contents of the "temp" list are added by mro_subclasses, and that function only adds tuples of 2 elements. That means that the call to PyArg_UnpackTuple cannot fail.

It might be better to explicitly document this, either using an assert() or by calling Py_FatalError.
History
Date User Action Args
2013-07-26 08:00:08ronaldoussorensetrecipients: + ronaldoussoren, christian.heimes
2013-07-26 08:00:08ronaldoussorensetmessageid: <1374825608.82.0.902791014274.issue18555@psf.upfronthosting.co.za>
2013-07-26 08:00:08ronaldoussorenlinkissue18555 messages
2013-07-26 08:00:08ronaldoussorencreate