Commit 2984574
committed
py/runtime: Reorder mp_handle_pending_behaviour_t enum.
This is functionally a no-op, although will change compiled code due to the
numerical values of the enums changing.
This is needed for a follow-up commit, to remove the static-inline
`mp_handle_pending(bool)` helper function.
Signed-off-by: Damien George <damien@micropython.org>1 parent adbdded commit 2984574
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | | - | |
58 | | - | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments