)]}'
{
  "commit": "936f6a16b9ef85bd56b18a247b962801e954c30e",
  "tree": "b28e59c8374f6a8ed06de4bf091a26628feac1bb",
  "parents": [
    "c2970fdec52788b6d9ff419ab7e31f255d87433d"
  ],
  "author": {
    "name": "Serhiy Storchaka",
    "email": "storchaka@gmail.com",
    "time": "Sat Sep 04 18:02:21 2021"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Sep 04 18:02:21 2021"
  },
  "message": "bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)\n\nIt happened with fast range iterator  when the calculated stop \u003d start + step * len\r\nwas out of the C long range.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "897162b2b17457d4e7fd7b6892ef0b7467e315e1",
      "old_mode": 33188,
      "old_path": "Lib/test/test_range.py",
      "new_id": "851ad5b7c2f4851cc7f7cc2b473aef9c8e2beda3",
      "new_mode": 33188,
      "new_path": "Lib/test/test_range.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "dec8c88b1558886aeba5a3f4e5fea3e173458dea",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/Library/2021-08-27-19-01-23.bpo-45030.tAmBbY.rst"
    },
    {
      "type": "modify",
      "old_id": "5c3230d860f8f1bb90bfbba9701221e988613da2",
      "old_mode": 33188,
      "old_path": "Objects/rangeobject.c",
      "new_id": "a848d67a65152e41feb4b854c136864ac648b9ff",
      "new_mode": 33188,
      "new_path": "Objects/rangeobject.c"
    }
  ]
}
