Thanks to visit codestin.com Credit goes to github.com
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 e6bb1a2 commit fe49e8fCopy full SHA for fe49e8f
Include/internal/pycore_compile.h
@@ -8,6 +8,8 @@ extern "C" {
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
+#include <stdbool.h>
12
+
13
#include "pycore_ast.h" // mod_ty
14
#include "pycore_symtable.h" // _Py_SourceLocation
15
#include "pycore_instruction_sequence.h"
0 commit comments