)]}'
{
  "commit": "0c38e057d0279c10a8cd7fd916ba1fa3c767170a",
  "tree": "f3309793340f043f91445b3b1a268d353d0d230c",
  "parents": [
    "b4aea41d1cd0da1f34e42366d64e9e19d557eb87"
  ],
  "author": {
    "name": "Serhiy Storchaka",
    "email": "storchaka@gmail.com",
    "time": "Sat Aug 29 18:17:47 2026"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Aug 29 18:17:47 2026"
  },
  "message": "gh-102475: Fix os.path.realpath() for names which look like a drive (GH-155399)\n\nThe unresolved part of the path was joined with the resolved part using\njoin(), so a component containing a colon (e.g. \"spam:eggs\") reset the path.\nIt is now simply appended.\n\nA path relative to a drive which does not exist (e.g. \"Z:spam\") is now\nresolved against the root directory of that drive, as the Windows path\nnormalization does.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b3c23f0abc2d8893d6bc3b3563253c6eb406a32b",
      "old_mode": 33188,
      "old_path": "Lib/ntpath.py",
      "new_id": "071941d367671286ce93ca99edc2224c3570d4f4",
      "new_mode": 33188,
      "new_path": "Lib/ntpath.py"
    },
    {
      "type": "modify",
      "old_id": "936332bf94ffe77486e4f2a5d74a2e927a2cf911",
      "old_mode": 33188,
      "old_path": "Lib/test/test_ntpath.py",
      "new_id": "fcf98ad88a0f95cd245dc31ccf1b9f401330c71d",
      "new_mode": 33188,
      "new_path": "Lib/test/test_ntpath.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "fb647720791dac09c06ee3635ad61f8e7d0eb061",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/Library/2026-08-09-01-30-00.gh-issue-102475.rpjoin.rst"
    }
  ]
}
