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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2017-12-20.15:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513784456.46.0.213398074469.issue32385@psf.upfronthosting.co.za>
In-reply-to
Content
The C3 MRO algorithm implementation uses lists and converts input tuples to lists. This is redundant, because these lists are not mutated. The proposed PR makes the implementation using tuples and gets rid of unneeded conversions.
History
Date User Action Args
2017-12-20 15:40:56serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2017-12-20 15:40:56serhiy.storchakasetmessageid: <1513784456.46.0.213398074469.issue32385@psf.upfronthosting.co.za>
2017-12-20 15:40:56serhiy.storchakalinkissue32385 messages
2017-12-20 15:40:56serhiy.storchakacreate