)]}'
{
  "commit": "aeb9b65aa26444529e4adc7d6e5b0d3dd9889ec2",
  "tree": "40cced63f9b0dd96af9949ac47a0e131d26aca4a",
  "parents": [
    "64173cd6f2d8dc95c6f8b67912d0edd1c1b707d5"
  ],
  "author": {
    "name": "Stephen Hansen",
    "email": "stephen.paul.hansen@gmail.com",
    "time": "Fri Dec 27 22:09:01 2024"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Dec 27 22:09:01 2024"
  },
  "message": "gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011)\n\nCorrect pthread_sigmask in resource_tracker to restore old signals\n\nUsing SIG_UNBLOCK to remove blocked \"ignored signals\" may accidentally\ncause side effects if the calling parent already had said signals\nblocked to begin with and did not intend to unblock them when\ncreating a pool. Use SIG_SETMASK instead with the previous mask of\nblocked signals to restore the original blocked set.\n\nCo-authored-by: Peter Bierma \u003czintensitydev@gmail.com\u003e\nCo-authored-by: Gregory P. Smith \u003cgreg@krypto.org\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "20ddd9c50e3d8849b2b106ee6d5b01f81ffbc218",
      "old_mode": 33188,
      "old_path": "Lib/multiprocessing/resource_tracker.py",
      "new_id": "90e036ae905afa8c3fd008a5dd325fd79efacee7",
      "new_mode": 33188,
      "new_path": "Lib/multiprocessing/resource_tracker.py"
    },
    {
      "type": "modify",
      "old_id": "80b08b8ac66899fe37fb339267ca4927e2f49ac3",
      "old_mode": 33188,
      "old_path": "Lib/test/_test_multiprocessing.py",
      "new_id": "38a03f3391d31d95ecc33668b6d5b48175669ee3",
      "new_mode": 33188,
      "new_path": "Lib/test/_test_multiprocessing.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "80217bd4a10503da45ddbefe5379b7fda8ecfaf7",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/Library/2024-12-03-20-28-08.gh-issue-127586.zgotYF.rst"
    }
  ]
}
