]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145254: Fix formatting of thread safety annotations (GH-146111) (#146163)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Mar 2026 11:08:27 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 11:08:27 +0000 (11:08 +0000)
commitcfdc5e86dde549bac97b8c61b1089d890ca1aaf3
tree52518cff2e82745e0ce7a6a98a39cb16f73a8efe
parent888026fa7ce7f50bfbdf0dcf6993c412dec9aecb
[3.14] gh-145254: Fix formatting of thread safety annotations (GH-146111) (#146163)

- 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.
(cherry picked from commit 580043dfae90331de15cf1504d09e2c7216182a6)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Doc/tools/extensions/c_annotations.py