SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 58 Python

gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)

list[int].__class__ returned type, and isinstance(list[int], type)
returned True. It caused numerous problems in code that checks
isinstance(x, type).
S
Serhiy Storchaka committed
f9433fff476aa13af9cb314fcc6962055faa4085
Parent: 084023c
Committed by GitHub <noreply@github.com> on 6/18/2022, 8:34:57 AM