]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Aug 2023 15:07:43 +0000 (08:07 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 15:07:43 +0000 (17:07 +0200)
commitd2c7b25afba3d86ee20331d9fb722a6fe1f768ac
tree6a20929a39b8273374e147d4a1e1d815faa19c30
parent93fcf7587888e93ff7e45f4422c315f8a5f1ba0d
[3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (GH-107584) (#107592)

gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (GH-107584)
(cherry picked from commit ed4a978449c856372d1a7cd389f91cafe2581c87)

Co-authored-by: James Hilton-Balfe <gobot1234yt@gmail.com>
Co-authored-by: Chris Bouchard <chris@upliftinglemma.net>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_types.py
Lib/types.py
Misc/NEWS.d/next/Library/2023-08-03-11-31-11.gh-issue-107576.pO_s9I.rst [new file with mode: 0644]