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 fd15eb8 commit 471832bCopy full SHA for 471832b
Include/internal/pycore_optimizer.h
@@ -9,9 +9,9 @@ extern "C" {
9
#endif
10
11
#include "pycore_typedefs.h" // _PyInterpreterFrame
12
+#include "pycore_uop.h" // _PyUOpInstruction
13
#include "pycore_uop_ids.h"
14
#include "pycore_stackref.h" // _PyStackRef
-#include "pycore_uop.h" // _PyUOpInstruction
15
#include <stdbool.h>
16
17
0 commit comments