-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Typing 'q' at interactive help screen exits Tachyon #142318
Copy link
Copy link
Closed
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-profilingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-profilingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Fields
Give feedbackNo fields configured for issues without a type.
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