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 0810bf1 commit 8939a8bCopy full SHA for 8939a8b
Python/pylifecycle.c
@@ -7,7 +7,6 @@
7
#include "pycore_ceval.h" // _PyEval_FiniGIL()
8
#include "pycore_codecs.h" // _PyCodec_Lookup()
9
#include "pycore_context.h" // _PyContext_Init()
10
-#include "pycore_exceptions.h" // _PyExc_InitTypes()
11
#include "pycore_dict.h" // _PyDict_Fini()
12
#include "pycore_exceptions.h" // _PyExc_InitTypes()
13
#include "pycore_fileutils.h" // _Py_ResetForceASCII()
0 commit comments