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 8390e48 commit 1eec109Copy full SHA for 1eec109
2 files changed
Parser/pegen.c
@@ -5,6 +5,7 @@
5
#include "pycore_pyerrors.h" // PyExc_IncompleteInputError
6
#include "pycore_runtime.h" // _PyRuntime
7
#include "pycore_unicodeobject.h" // _PyUnicode_InternImmortal
8
+#include "pycore_pyatomic_ft_wrappers.h"
9
#include <errcode.h>
10
11
#include "lexer/lexer.h"
Python/codecs.c
@@ -16,7 +16,7 @@ Copyright (c) Corporation for National Research Initiatives.
16
#include "pycore_runtime.h" // _Py_ID()
17
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
18
#include "pycore_unicodeobject.h" // _PyUnicode_InternMortal()
19
-
20
21
static const char *codecs_builtin_error_handlers[] = {
22
"strict", "ignore", "replace",
0 commit comments