Skip to content

Commit 9abebe0

Browse files
committed
Python/initconfig.c
1 parent 28b8284 commit 9abebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/initconfig.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "pycore_interp.h" // _PyInterpreterState.runtime
66
#include "pycore_long.h" // _PY_LONG_MAX_STR_DIGITS_THRESHOLD
77
#include "pycore_pathconfig.h" // _Py_path_config
8-
#include "pycore_pyerrors.h" // _PyErr_Fetch()
8+
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
99
#include "pycore_pylifecycle.h" // _Py_PreInitializeFromConfig()
1010
#include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
1111
#include "pycore_pystate.h" // _PyThreadState_GET()

0 commit comments

Comments
 (0)