You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up from #231, the suggestion made by @doerwalter was to make object types real Python types so that type(obj) == obj.type. With Python 3.x this is now possible by creating a heap type.
The text was updated successfully, but these errors were encountered:
Following up from #231, the suggestion made by @doerwalter was to make object types real Python types so that
type(obj) == obj.type
. With Python 3.x this is now possible by creating a heap type.The text was updated successfully, but these errors were encountered: