)]}'
{
  "commit": "d013b241352e902389f955f8f99d75f16c124ee2",
  "tree": "669f683a125a254191afd8c32f8d10784536ae6c",
  "parents": [
    "1781d55eb34f94029e50970232635fc5082378cb"
  ],
  "author": {
    "name": "Victor Stinner",
    "email": "vstinner@python.org",
    "time": "Fri Jan 21 04:02:38 2022 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jan 21 04:02:38 2022 +0100"
  },
  "message": "bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)\n\nThe signal module now creates its struct_siginfo type as a heap type\r\nusing PyStructSequence_NewType(), rather than using a static type.\r\n\r\nAdd \u0027siginfo_type\u0027 member to the global signal_state_t structure.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e6f56e0aea9a9f00b8c278a980a44ffe92fe8496",
      "old_mode": 33188,
      "old_path": "Modules/signalmodule.c",
      "new_id": "423dc1687bf240ef9ba017db37bc0bb1cbad2531",
      "new_mode": 33188,
      "new_path": "Modules/signalmodule.c"
    }
  ]
}
