bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089) Add a deallocator to the bool type to detect refcount bugs in C extensions which call Py_DECREF(Py_True) or Py_DECREF(Py_False) by mistake.