Speedup for PyObject_IsTrue(): check for True and False first.
Because all built-in tests return bools now, this is the most common path!
Showing
Please
register
or
sign in
to comment
Because all built-in tests return bools now, this is the most common path!