Skip to content
Snippets Groups Projects
Commit eca1408f authored by Damien George's avatar Damien George
Browse files

py/objbool: Defer bool's unary op implementation to small int.

Similar to how binary op already works.  Common unary operations already
have fast paths for bool so there's no need to have explicit handling of
ops in bool_unary_op, especially since they have the same behaviour as
integers.
parent 3be4f886
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment