[New-bugs-announce] [issue1255] Strange Python hangup

Jiri Krivanek report at bugs.python.org
Wed Oct 10 16:10:05 CEST 2007


New submission from Jiri Krivanek:

See please attached ZIP archive which contains the two simple example
source codes.

If you execute bb.py, let it running for a while and then press Ctrl+C
then the Python will terminate safely and you will get the following
output on your console:

E:\KkWebrman\Instalace\Tmp>bb.py
init
parsing time...
...done
started
parsing time...
...done
parsing time...
...done
finishing
done

E:\KkWebrman\Instalace\Tmp>

However, if you execute aa.py then it will not terminate by Ctrl+C and
you will get the following output on your console:

E:\KkWebrman\Instalace\Tmp>aa.py
init
parsing time...
started
finishing

The aa.py simply imports bb.

My OS is: MS Windows 2000.

My Python version is: Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC
v.1310 32 bit (Intel)] on win32

----------
components: Interpreter Core, Library (Lib)
files: Python24Error.zip
messages: 56313
nosy: kakacek
severity: urgent
status: open
title: Strange Python hangup
type: behavior
versions: Python 2.4

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1255>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Python24Error.zip
Type: application/octet-stream
Size: 498 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071010/ff3b1c97/attachment.obj 


More information about the New-bugs-announce mailing list