A lot of isinstance checks no longer did anything, since the referred to variable was always a type. In some places, we used it to check if a type was internal, it's unclear if we will need to rebuild those checks in the future.
A lot of isinstance checks no longer did anything, since the referred to variable was always a type. In some places, we used it to check if a type was internal, it's unclear if we will need to rebuild those checks in the future.