Disallow class assignment completely unless both old and new are heap
types. This prevents nonsense like 2.__class__ = bool or True.__class__ = int.
Showing
Please register or sign in to comment
types. This prevents nonsense like 2.__class__ = bool or True.__class__ = int.