Skip to content

REPL feature: Re-print prompt when resumed #155432

Description

@schuelermine

Feature or enhancement

Proposal:

Currently, the Python REPL does not re-print the prompt after it is resumed after being suspended after the SUSP character is typed on the terminal.
The Python process needs to add a handler for the SIGCONT signal that re-prints the prompt.
Otherwise, a resumed Python REPL process looks broken:

Image

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shelltype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions