[issue11650] CTRL-Z causes interpreter exit

Steffen Daode Nurpmeso report at bugs.python.org
Wed Mar 23 15:54:31 CET 2011


Steffen Daode Nurpmeso <sdaoden at googlemail.com> added the comment:

The exit status code is always 0. 
It seems to me somewhere in a run() somebody sets some 'do exit' 
and thus causing a normal exit. 
But i really can't find something down in pythonrun.c at a short 
glance (and i just dived shallow into Python yet), and i'm in 
a hurry, too much to compile+fprintf() pythonrun.c right now. 
Maybe someone with glue on Python mainloop can give some hints, 
i'll try this evening to instrument the call graph a bit.

----------

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


More information about the Python-bugs-list mailing list