-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
3.15new features, bugs and security fixesnew features, 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
Description
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
Metadata
Metadata
Assignees
Labels
3.15new features, bugs and security fixesnew features, 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