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 d18c455 commit 51c760fCopy full SHA for 51c760f
Modules/_json.c
@@ -11,6 +11,7 @@
11
#include "Python.h"
12
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
13
#include "pycore_global_strings.h" // _Py_ID()
14
+#include "pycore_long.h" // _PyLong_FormatWriter()
15
#include "pycore_pyerrors.h" // _PyErr_FormatNote
16
#include "pycore_runtime.h" // _PyRuntime
17
#include "pycore_unicodeobject.h" // _PyUnicode_CheckConsistency()
0 commit comments