Speedup for PyObject_IsTrue(): check for True and False first.
Because all built-in tests return bools now, this is the most common path!
G
Guido van Rossum committed
6248f441ea3ca34ed3306eb8634e6815a42611b4
Parent: 1b9f5d4
Because all built-in tests return bools now, this is the most common path!