We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52395b2 commit 286d192Copy full SHA for 286d192
1 file changed
Python/optimizer_bytecodes.c
@@ -1,4 +1,4 @@
1
-#include "Python.h"
+ #include "Python.h"
2
#include "pycore_optimizer.h"
3
#include "pycore_uops.h"
4
#include "pycore_uop_ids.h"
@@ -1417,8 +1417,8 @@ dummy_func(void) {
1417
}
1418
1419
1420
- op(_GUARD_TOS_SLICE, (tos -- tos)){
1421
- if (sym_matches_type(tos, &PySlice_Type)){
+ op(_GUARD_TOS_SLICE, (tos -- tos)) {
+ if (sym_matches_type(tos, &PySlice_Type)) {
1422
ADD_OP(_NOP, 0, 0);
1423
1424
sym_set_type(tos, &PySlice_Type);
0 commit comments