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 ecatmur
Recipients ecatmur, lukasz.langa
Date 2013-06-19.08:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371629528.33.0.772572113644.issue18244@psf.upfronthosting.co.za>
In-reply-to
Content
Łukasz, thanks. When the most-derived class virtual-inherits two related ABCs U, V:

       object
      /   |  \
      A   W   V
      | .`  .`
      B`  U`
      | .`
      C`

The secondary `for` loop is necessary to ensure U and V are ordered correctly.  I'll upload a patch with an improved test that covers this case.
History
Date User Action Args
2013-06-19 08:12:08ecatmursetrecipients: + ecatmur, lukasz.langa
2013-06-19 08:12:08ecatmursetmessageid: <1371629528.33.0.772572113644.issue18244@psf.upfronthosting.co.za>
2013-06-19 08:12:08ecatmurlinkissue18244 messages
2013-06-19 08:12:08ecatmurcreate