[New-bugs-announce] [issue11650] CTRL-Z causes interpreter exit

Steffen Daode Nurpmeso report at bugs.python.org
Wed Mar 23 14:35:52 CET 2011


New submission from Steffen Daode Nurpmeso <sdaoden at googlemail.com>:

14:23 ~ $ python3
Python 3.3a0 (default:4a5782a2b074, Mar 21 2011, 15:20:28)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> ^Z
[1]+  Stopped                 python3
14:25 ~ $
14:25 ~ $ fg
python3

[56455 refs]
[36537 refs]


And


14:29 ~/src/cpython $ ./python.exe
Python 3.3a0 (default:267578b2422d, Mar 23 2011, 13:27:15)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> ^Z
[3]+  Stopped                 ./python.exe
14:29 ~/src/cpython $ fg
./python.exe

[56559 refs]
[36610 refs]

----------
components: IO, Interpreter Core
messages: 131864
nosy: sdaoden
priority: normal
severity: normal
status: open
title: CTRL-Z causes interpreter exit
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11650>
_______________________________________


More information about the New-bugs-announce mailing list