Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-103092: Isolate _tkinter (WIP)#103108
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We can add two private API functions (a name and arguments are up to discussion):
and reimplement By the way, are the signals are process-wide or pthread-wide? If the former, is there a global CPython structure common for all (sub)interpreters? |
Uh oh!
There was an error while loading.Please reload this page.
TODO
There's no way to pass state to
PyOS_InputHook
s. Introduce a new hook with context pointer? Just opt out of multi-phase init / module state for_tkinter
? Or just protect these with per-interpreter locks.Handle the three Tcl mutexes