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
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
Expected Behavior
In Python, the native bool class inherits from int, so
returns:
Current Behavior
The same code in Batavia returns an Attribute Error:
I came across this while implementing issubclass() builtin #740
Steps to reproduce
bool.__bases__
into the Batavia sandboxYour Environment
Python Version (list the specific version number)
Python 3.4.3
Operating System and Version (select from the following and list the specific version number; if your OS is not listed, list that as well)
The text was updated successfully, but these errors were encountered: