Skip to content

Conversation

@Akuli
Copy link
Collaborator

@Akuli Akuli commented May 19, 2025

I needed this for a project.

How to verify that this is correct:

>>> import tkinter, _tkinter
>>> _tkinter.TkappType
<class '_tkinter.tkapp'>
>>> root = tkinter.Tk()
>>> type(root.tk)
<class '_tkinter.tkapp'>
>>> root.tk.interpaddr()
754380928

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit 67deb0d into main May 19, 2025
64 checks passed
@srittau srittau deleted the interpaddr branch May 19, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants