Thanks to visit codestin.com Credit goes to github.com
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 694da1b commit b5150ccCopy full SHA for b5150cc
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