mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
50b94b150e
commit
a844e83b06
8 changed files with 679 additions and 12 deletions
|
@ -660,7 +660,7 @@ def cache(user_function, /):
|
|||
def _c3_merge(sequences):
|
||||
"""Merges MROs in *sequences* to a single MRO using the C3 algorithm.
|
||||
|
||||
Adapted from https://www.python.org/download/releases/2.3/mro/.
|
||||
Adapted from https://docs.python.org/3/howto/mro.html.
|
||||
|
||||
"""
|
||||
result = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue