Skip to content

getchar() fails to raise KeyboardInterrupt on Python3 #583

Closed
@mbr

Description

@mbr

On Python3 (click6.6), getchar() will just pass on Ctrl+C instead of raising a KeyboardInterrupt. I would assume this is because ch == '\x03: should be ch == b'\x03' in _termui_impl.py.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions