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.
#include "pycore_pyerrors.h"
1 parent d061327 commit 55a2494Copy full SHA for 55a2494
1 file changed
Parser/action_helpers.c
@@ -2,6 +2,7 @@
2
#include "pycore_pystate.h" // _PyInterpreterState_GET()
3
#include "pycore_runtime.h" // _PyRuntime
4
#include "pycore_unicodeobject.h" // _PyUnicode_InternImmortal()
5
+#include "pycore_pyerrors.h" // _PyErr_EmitSyntaxWarning()
6
7
#include "pegen.h"
8
#include "string_parser.h" // _PyPegen_decode_string()
0 commit comments