We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b8284 commit 9abebe0Copy full SHA for 9abebe0
Python/initconfig.c
@@ -5,7 +5,7 @@
5
#include "pycore_interp.h" // _PyInterpreterState.runtime
6
#include "pycore_long.h" // _PY_LONG_MAX_STR_DIGITS_THRESHOLD
7
#include "pycore_pathconfig.h" // _Py_path_config
8
-#include "pycore_pyerrors.h" // _PyErr_Fetch()
+#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
9
#include "pycore_pylifecycle.h" // _Py_PreInitializeFromConfig()
10
#include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
11
#include "pycore_pystate.h" // _PyThreadState_GET()
0 commit comments