summaryrefslogtreecommitdiffstats
path: root/Python/preconfig.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-04 09:41:43 (GMT)
committerGitHub <noreply@github.com>2023-07-04 09:41:43 (GMT)
commitc9ce983ae1a361f431a0303aeb6f4b8e1d674275 (patch)
treee5e6dae3885a270ffeea975ff03462c186af68c9 /Python/preconfig.c
parent8a73b57b9b5f6e36dd5a4c279f4d606d9e71a31f (diff)
downloadcpython-c9ce983ae1a361f431a0303aeb6f4b8e1d674275.zip
cpython-c9ce983ae1a361f431a0303aeb6f4b8e1d674275.tar.gz
cpython-c9ce983ae1a361f431a0303aeb6f4b8e1d674275.tar.bz2
gh-106320: Remove private pylifecycle.h functions (#106400)
Remove private pylifecycle.h functions: move them to the internal C API ( pycore_atexit.h, pycore_pylifecycle.h and pycore_signal.h). No longer export most of these functions. Move _testcapi.test_atexit() to _testinternalcapi.
Diffstat (limited to 'Python/preconfig.c')
-rw-r--r--Python/preconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/preconfig.c b/Python/preconfig.c
index 77a86d6..5b26c75 100644
--- a/Python/preconfig.c
+++ b/Python/preconfig.c
@@ -2,6 +2,7 @@
#include "pycore_fileutils.h" // DECODE_LOCALE_ERR
#include "pycore_getopt.h" // _PyOS_GetOpt()
#include "pycore_initconfig.h" // _PyArgv
+#include "pycore_pylifecycle.h" // _Py_LegacyLocaleDetected()
#include "pycore_pymem.h" // _PyMem_GetAllocatorName()
#include "pycore_runtime.h" // _PyRuntime_Initialize()