mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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_FOR:
|
||||||
case END_SEND:
|
case END_SEND:
|
||||||
case RESUME:
|
case RESUME:
|
||||||
case POP_ITER:
|
case POP_ITER:
|
||||||
/* END_FOR cannot start a line, as it is skipped by FOR_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
|
* END_SEND cannot start a line, as it is skipped by SEND
|
||||||
* RESUME and POP_ITER must not be instrumented with INSTRUMENTED_LINE */
|
* RESUME and POP_ITER must not be instrumented with INSTRUMENTED_LINE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue