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