Fix C++ bool coercion where no "operator bool" exists (GH-4349)
This was causing c++ classes in if-statements to crash. Fixes #4348
Showing
tests/errors/cpp_bool.pyx
0 → 100644
Please register or sign in to comment
This was causing c++ classes in if-statements to crash. Fixes #4348