Skip to content

Remove stray typedef in _tkinter.c#142924

Merged
serhiy-storchaka merged 3 commits intopython:mainfrom
mdehoon:remove_stray_typedef
Jan 24, 2026
Merged

Remove stray typedef in _tkinter.c#142924
serhiy-storchaka merged 3 commits intopython:mainfrom
mdehoon:remove_stray_typedef

Conversation

@mdehoon
Copy link
Copy Markdown
Contributor

@mdehoon mdehoon commented Dec 18, 2025

The line typedef PyThreadState *ThreadSpecificData; was added to Modules/_tkinter.c on December 13, 2002 in commit b5bfb9f, but this typedef is not actually being used anywhere.

@StanFromIreland StanFromIreland added skip issue skip news type-refactor Code refactoring (with no changes in behavior) labels Dec 18, 2025
@python-cla-bot
Copy link
Copy Markdown

python-cla-bot Bot commented Dec 24, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@serhiy-storchaka serhiy-storchaka merged commit 27246c3 into python:main Jan 24, 2026
48 checks passed
@mdehoon mdehoon deleted the remove_stray_typedef branch January 26, 2026 00:38
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
Co-authored-by: Michiel de Hoon <mdehoon@tkx288.genome.gsc.riken.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news type-refactor Code refactoring (with no changes in behavior)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants