Bug report
Bug description:
Messing around with the new Tachyon sampling profiler, I stumbled on the interactive help (type 'h' while running), which showed me more things I could do than the command line option -h would suggest.
In that interactive help screen, it says, "Press any key to close this help screen". If you randomly type q, it doesn't just exit the help screen, but exits the profiler itself. In this context, it should probably only exit the help screen.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
Bug report
Bug description:
Messing around with the new Tachyon sampling profiler, I stumbled on the interactive help (type 'h' while running), which showed me more things I could do than the command line option
-hwould suggest.In that interactive help screen, it says, "Press any key to close this help screen". If you randomly type
q, it doesn't just exit the help screen, but exits the profiler itself. In this context, it should probably only exit the help screen.CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
'q'at interactive help screen exiting Tachyon #142319