Running commands asynchronously with asyncio.subprocess breaks Ghostty #3472
Unanswered
hankertrix
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After running multiple long-running commands asynchronously with Python's asyncio.subprocess, Ghostty no longer displays anything that is typed to the terminal.
Below is the file with the script, it requires
python
,ffmpeg
andagg
to be present on your PATH.reproduction.zip
Changing the script to output to the null output still results in the same issue, while changing the script to run synchronously does not cause any issues with Ghostty.
Beta Was this translation helpful? Give feedback.
All reactions