-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-40075: Fix _tkinter resuming null thread state #22453
base: main
Are you sure you want to change the base?
Conversation
I'll now try to write a test based on @speleo3's simple_tk_demo, but this may take some time (I'm still open to review during this time, but ask it is not merged yet) |
I did say "try"! In short, it cannot be reasonably done. It is difficult enough to mimic a user action (e.g. moving the window) so as to trigger the Tk event, let alone doing so from a thread that Python has never seen before. It would require a lot of @serhiy-storchaka (or anyone else?!) would you mind please reviewing the PR? |
I would give this PR more thumbs up if I could. Is there anything I can do to help this getting approved? |
@serhiy-storchaka please could you review this PR (its a small, 4 line addition to |
@serhiy-storchaka, it would be really great to get your 👀 on this. |
Any updates? It is really hard to integrate python with other eventloop framework without this. |
https://bugs.python.org/issue40075