)]}'
{
  "commit": "4300352000beed22fb525ec45fd331918d206528",
  "tree": "d85e14e3f00ce829258f890ee2e71698c9adf713",
  "parents": [
    "9a7ec2fcdee2da9e080ca459d4c240776df72567"
  ],
  "author": {
    "name": "Victor Stinner",
    "email": "vstinner@python.org",
    "time": "Tue Aug 31 16:05:15 2021"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Aug 31 16:05:15 2021"
  },
  "message": "bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)\n\nAdd a deallocator to the bool type to detect refcount bugs in C\r\nextensions which call Py_DECREF(Py_True) or Py_DECREF(Py_False) by\r\nmistake.",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "58bd534601fb9d82eb2335e81ea135b402580e56",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/C API/2021-08-31-15-21-36.bpo-45061.ZH0HVe.rst"
    },
    {
      "type": "modify",
      "old_id": "b786966533e1d6a320a4ec95f06f6f16c42ce941",
      "old_mode": 33188,
      "old_path": "Objects/boolobject.c",
      "new_id": "bc1666f55717c19044443738c4891bdf932e5d4e",
      "new_mode": 33188,
      "new_path": "Objects/boolobject.c"
    },
    {
      "type": "modify",
      "old_id": "446c974f8e614bae875f32811b452c9273b20fb6",
      "old_mode": 33188,
      "old_path": "Objects/object.c",
      "new_id": "026262b54484953503305357a537b55811eeae4d",
      "new_mode": 33188,
      "new_path": "Objects/object.c"
    }
  ]
}
