You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Python 3.12.2 on macOs, compiled through rye. It seems that the readline module is based on libedit, and either set_startup_hook or insert_text is a no-op - the program just sits there waiting for input.
prompt_toolkit could be one solution. I'll make a PR.