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.
V
Victor Stinner committed
4300352000beed22fb525ec45fd331918d206528
Parent: 9a7ec2f
Committed by GitHub <noreply@github.com>
on 8/31/2021, 4:05:15 PM