Skip to content

Commit 55a2494

Browse files
committed
Add #include "pycore_pyerrors.h"
1 parent d061327 commit 55a2494

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Parser/action_helpers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "pycore_pystate.h" // _PyInterpreterState_GET()
33
#include "pycore_runtime.h" // _PyRuntime
44
#include "pycore_unicodeobject.h" // _PyUnicode_InternImmortal()
5+
#include "pycore_pyerrors.h" // _PyErr_EmitSyntaxWarning()
56

67
#include "pegen.h"
78
#include "string_parser.h" // _PyPegen_decode_string()

0 commit comments

Comments
 (0)