Skip to content

gh-145254: Fix formatting of thread safety annotations - #146111

Merged
lysnikolaou merged 1 commit into
python:mainfrom
lysnikolaou:fix-formatting-threadsafety-annotation
Mar 19, 2026
Merged

gh-145254: Fix formatting of thread safety annotations#146111
lysnikolaou merged 1 commit into
python:mainfrom
lysnikolaou:fix-formatting-threadsafety-annotation

Conversation

@lysnikolaou

@lysnikolaoulysnikolaou commented Mar 18, 2026

Copy link
Copy Markdown
Member
  • 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.

📚 Documentation preview 📚: https://cpython-previews--146111.org.readthedocs.build/

- 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.
@lysnikolaou
lysnikolaouforce-pushed the fix-formatting-threadsafety-annotation branch from 3134454 to 01b9e9eCompareMarch 18, 2026 14:20
@lysnikolaou
lysnikolaou merged commit 580043d into python:mainMar 19, 2026
32 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @lysnikolaou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 19, 2026
…H-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.
(cherry picked from commit 580043d)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-146163 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Mar 19, 2026
lysnikolaou added a commit that referenced this pull request Mar 19, 2026
) (#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 580043d)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
…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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@lysnikolaou@kumaraditya303