)]}'
{
  "commit": "a5e628beb8592d938209a09e84d072bb5f57d042",
  "tree": "89c6a32981aaa5206025561718c3605f8c788f0a",
  "parents": [
    "a1f4a6b246ada368cb77c7245dfd7f5ccb6f7d87"
  ],
  "author": {
    "name": "Pablo Galindo Salgado",
    "email": "Pablogsal@gmail.com",
    "time": "Fri Apr 25 17:43:32 2025"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Apr 25 17:43:32 2025"
  },
  "message": "gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows (#132963)\n\nTo avoid having the debug sections being optimised away by the compiler\nwe use  __attribute__((used)) on gcc and clang but in Windows this is\nnot supported by the Microsoft compiler and there is no equivalent flag.\nUnfortunately Windows offers almost no alternative other than exporting\nthe symbol in the dynamic table or using it somehow.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "27e6e67e3c9386c0ae5a095b337266f57b052424",
      "old_mode": 33188,
      "old_path": "Modules/_asynciomodule.c",
      "new_id": "5f9181395c4828cd2b5e1036f64111ccda292ec5",
      "new_mode": 33188,
      "new_path": "Modules/_asynciomodule.c"
    }
  ]
}
