summaryrefslogtreecommitdiffstats
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-01-14 21:20:56 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-01-14 21:20:56 (GMT)
commit2402f1e1f80499a870a86d848e5228d527d9be1d (patch)
tree3c9a8c5f87659b1610c880a0cbb93872f6f7b856 /Python/pylifecycle.c
parent01d4fe09763a6e55e38d338bf45e8c35e32a3581 (diff)
parentc5640ef87511c960e339af37b486678788be910a (diff)
downloadcpython-2402f1e1f80499a870a86d848e5228d527d9be1d.zip
cpython-2402f1e1f80499a870a86d848e5228d527d9be1d.tar.gz
cpython-2402f1e1f80499a870a86d848e5228d527d9be1d.tar.bz2
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'Python/pylifecycle.c')
-rw-r--r--Python/pylifecycle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index 284cfac..8bcad67 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -20,6 +20,7 @@
#include "pycore_pyerrors.h" // _PyErr_Occurred()
#include "pycore_pylifecycle.h" // _PyErr_Print()
#include "pycore_pystate.h" // _PyThreadState_GET()
+#include "pycore_runtime_init.h" // _PyRuntimeState_INIT
#include "pycore_sliceobject.h" // _PySlice_Fini()
#include "pycore_structseq.h" // _PyStructSequence_InitState()
#include "pycore_sysmodule.h" // _PySys_ClearAuditHooks()