]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103699: Add `__orig_bases__` to various typing classes (#103698)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Sun, 23 Apr 2023 14:33:39 +0000 (08:33 -0600)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 14:33:39 +0000 (08:33 -0600)
commit0056701aa370553636b676cc99e327137d1688c6
tree1c763864e27a1467257265422c490143b49d1040
parente38bebb9ee805df6848f42845e71c8da8a821ad3
GH-103699:  Add `__orig_bases__` to various typing classes (#103698)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-04-22-22-37-39.gh-issue-103699.NizCjc.rst [new file with mode: 0644]