[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


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



More information about the Python-Dev mailing list