From: Benjamin Peterson Date: Thu, 11 Feb 2010 02:31:04 +0000 (+0000) Subject: fix comment X-Git-Tag: v3.2a1~1706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b60b20a576c4d740b3f69fc1cd23f629629517;p=python fix comment --- diff --git a/Python/ceval.c b/Python/ceval.c index 321ab54d31..5d1fb285be 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -2601,7 +2601,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) SET_VALUE(7, tb); SET_VALUE(6, exc); SET_VALUE(5, tp); - /* UNWIND_EXCEPT_BLOCK will pop this off. */ + /* UNWIND_EXCEPT_HANDLER will pop this off. */ SET_FOURTH(NULL); /* We just shifted the stack down, so we have to tell the except handler block that the