]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145254: Fix formatting of thread safety annotations (#146111)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 19 Mar 2026 11:01:24 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 11:01:24 +0000 (12:01 +0100)
commit580043dfae90331de15cf1504d09e2c7216182a6
tree55f132e8155610222ffa734756031b211217f747
parent89a154a0c0f6b8844e1fe7fd761f75ead13608bd
gh-145254: Fix formatting of thread safety annotations (#146111)

- Add leading space so that the spacing between the previous annotation
  and the thread safety annotation looks correct.
- Remove trailing period from the link to the thread safety level.
Doc/tools/extensions/c_annotations.py