)]}'
{
  "commit": "619d9bdf7ae70ce953f1a10aebccfdc3526b7200",
  "tree": "63944d9a1a79be7e737c33f9dfa1db4f46344dc7",
  "parents": [
    "6d243321d632c47b9fef5f2ad6a972f9f4b94eff"
  ],
  "author": {
    "name": "Alexandre Bouayad",
    "email": "dr.alexandre.bouayad@gmail.com",
    "time": "Mon Jan 24 01:40:30 2022 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sun Jan 23 16:40:30 2022 -0800"
  },
  "message": "Fix crash with yield in comprehension (#12048)\n\nFixes #10189\r\n\r\nProduce an error when encountering a yield expression (both `yield` and `yield from` clauses) in comprehensions and generator expressions. The latter is a syntax error in python 3.8+; see #10189 and also [python issue 10544](https://bugs.python.org/issue10544).\r\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a7c5eda732af0f8de8c58b485e599a64603bcdda",
      "old_mode": 33188,
      "old_path": "mypy/semanal.py",
      "new_id": "2a24c129b133afd057914563ed99b36d48cf3508",
      "new_mode": 33188,
      "new_path": "mypy/semanal.py"
    },
    {
      "type": "modify",
      "old_id": "7e187945da48099958aac092a450295374f9380c",
      "old_mode": 33188,
      "old_path": "mypy/semanal_main.py",
      "new_id": "d935252ba9cf8f00d614e9a592a4c576fa3db1a2",
      "new_mode": 33188,
      "new_path": "mypy/semanal_main.py"
    },
    {
      "type": "modify",
      "old_id": "f91e3b1360c720e5553bc54d42341bef19b86812",
      "old_mode": 33188,
      "old_path": "test-data/unit/check-semanal-error.test",
      "new_id": "c6cf45d96691d3b235464d130efa326326d65920",
      "new_mode": 33188,
      "new_path": "test-data/unit/check-semanal-error.test"
    }
  ]
}
