| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
We can add two private API functions (a name and arguments are up to discussion):
and reimplement PyOS_setsig as a wrapper to avoid conflicts. 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? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
TODO
There's no way to pass state to PyOS_InputHooks. 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