Fix a codegen bug
If we could statically determine that an object doesn't have a __nonzero__ method, we would previously say that it had an undefined truth value (and then crash).
Showing
test/tests/nonzero_static.py
0 → 100644
Please register or sign in to comment