-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static.False()==true
throws TypeError
#108
Comments
|
It seems to be due to promotion |
Looks like we need |
That would probably be a better solution. Feel free to take over #109, or make your own PR and copy/paste the tests I added. |
In 1.8.5,
Static.False() == true
returnsfalse
. In v1.9, it throws aTypeError
The text was updated successfully, but these errors were encountered: