mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Fix a minor indentation error (#136661)
This commit is contained in:
parent
9363703bd3
commit
db2032407a
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ initialize_lines(PyCodeObject *code, int bytes_per_entry)
|
|||
case END_FOR:
|
||||
case END_SEND:
|
||||
case RESUME:
|
||||
case POP_ITER:
|
||||
case POP_ITER:
|
||||
/* END_FOR cannot start a line, as it is skipped by FOR_ITER
|
||||
* END_SEND cannot start a line, as it is skipped by SEND
|
||||
* RESUME and POP_ITER must not be instrumented with INSTRUMENTED_LINE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue