mirror of
https://github.com/python/cpython.git
synced 2025-10-27 03:34:32 +00:00
Fix typos in comments (GH-9905)
This commit is contained in:
parent
f192aeb95a
commit
3bd0d620d6
3 changed files with 4 additions and 4 deletions
|
|
@ -3092,7 +3092,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
|
|||
/* There was an exception and a True return.
|
||||
* We must manually unwind the EXCEPT_HANDLER block
|
||||
* which was created when the exception was caught,
|
||||
* otherwise the stack will be in an inconsisten state.
|
||||
* otherwise the stack will be in an inconsistent state.
|
||||
*/
|
||||
PyTryBlock *b = PyFrame_BlockPop(f);
|
||||
assert(b->b_type == EXCEPT_HANDLER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue