New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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.

----------
components: Interpreter Core
messages: 308739
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Clean up the C3 MRO algorithm implementation.
type: performance
versions: Python 3.7

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

Reply via email to