summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-08-03-11-31-11.gh-issue-107576.pO_s9I.rst
blob: 67677dd3c8ed24f87f1e3567a400287e878b90a9 (plain)
1
2
3
Fix :func:`types.get_original_bases` to only return
:attr:`!__orig_bases__` if it is present on ``cls`` directly. Patch by
James Hilton-Balfe.