FAQ

malv wrote:
After one of those 'hangs', with some luck,
I was able to spot the cause of the trouble: a piece of old code that
wasn't supposed to be out there! Really dumb.
FYI, to my surprise, Python really quit. No more CPU time, no message,
nothing. I can't recall having seen this before.
If you post the relevant "old code" it's very likely someone could point
out exactly why it failed, and how it wasn't *Python* that "quit", but
merely something in your code that was blocking. (In other words,
Python probably did exactly what you told it to do.)

In general, Python does not "quit". It's very robust. When you get a
failure like that, always suspect your own code structure.

-Peter

Search Discussions

Discussion Posts

Previous

Follow ups

Related Discussions

Discussion Navigation
viewthread | post
posts ‹ prev | 4 of 5 | next ›
Discussion Overview
grouppython-list @
categoriespython
postedDec 29, '05 at 8:08a
activeDec 29, '05 at 8:45p
posts5
users2
websitepython.org

2 users in discussion

Malv: 3 posts Peter Hansen: 2 posts

People

Translate

site design / logo © 2023 Grokbase