This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kakacek
Recipients kakacek
Date 2007-10-10.14:10:04
SpamBayes Score 0.22992963
Marked as misclassified No
Message-id <1192025405.81.0.160567416704.issue1255@psf.upfronthosting.co.za>
In-reply-to
Content
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
Files
File name Uploaded
Python24Error.zip kakacek, 2007-10-10.14:10:04
History
Date User Action Args
2007-10-10 14:10:06kakaceksetspambayes_score: 0.22993 -> 0.22992963
recipients: + kakacek
2007-10-10 14:10:05kakaceksetspambayes_score: 0.22993 -> 0.22993
messageid: <1192025405.81.0.160567416704.issue1255@psf.upfronthosting.co.za>
2007-10-10 14:10:05kakaceklinkissue1255 messages
2007-10-10 14:10:04kakacekcreate