-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
➜ cpython git:(hy/handle_base64_sysin) ./python.exe -m base64
hello world
^D # type ctrl+D
# nothing happen need to ctrl+d three times
for -m ast
or -m json
it handle stdin input with ctrl+d right
➜ cpython git:(hy/handle_base64_sysin) ./python.exe -m json
1234
1234 # ctrl +d
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error