[Python-Dev] Is core dump always a bug? Advice requested (original) (raw)
Michel Pelletier michel at dialnetwork.com
Fri May 14 13:39:44 EDT 2004
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday 13 May 2004 12:04, Michel Pelletier wrote:
But just looking at some code here, is RETURNVALUE ever inside a SETUPEXCEPT block? The end of the SETUPEXCEPT block apears to ABSOLUTEJUMP past all the exception handlers to finally, and then to the RETURNVALUE, which doesn't seem to fall under the protection of a try/except.
Never mind, I proved my self wrong. RETURN_VALUE can often happen inside SETUP_EXCEPT and _FINALLY. Expect the occasionally stupid question (I know, there are no stupid questions....)
-Michel
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]