]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101688: Implement types.get_original_bases (#101827)
authorJames Hilton-Balfe <gobot1234yt@gmail.com>
Sun, 23 Apr 2023 19:24:30 +0000 (20:24 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 19:24:30 +0000 (20:24 +0100)
commit730bbddfdf610343a2e132b0312d12254c3c73d6
tree2c4b223f290866cc428d3faa0a7cf97c75128cb8
parent05b3ce7339b9ce44eec728e88e80ba1f125436ed
gh-101688: Implement types.get_original_bases (#101827)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/types.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.12.rst
Lib/test/test_types.py
Lib/types.py
Misc/NEWS.d/next/Library/2023-02-11-15-01-32.gh-issue-101688.kwXmfM.rst [new file with mode: 0644]