summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pylifecycle.h
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-02-26 16:35:03 (GMT)
committerGitHub <noreply@github.com>2022-02-26 16:35:03 (GMT)
commit0d9b565e62a5fc8c3e9b8c64cce764fe084ccb2b (patch)
tree240f3538d78b4f390b97fc1e0a2c1e17102f0d49 /Include/internal/pycore_pylifecycle.h
parentedbee56d698ebb4489aa68311f44d104a23f5eb7 (diff)
downloadcpython-0d9b565e62a5fc8c3e9b8c64cce764fe084ccb2b.zip
cpython-0d9b565e62a5fc8c3e9b8c64cce764fe084ccb2b.tar.gz
cpython-0d9b565e62a5fc8c3e9b8c64cce764fe084ccb2b.tar.bz2
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Diffstat (limited to 'Include/internal/pycore_pylifecycle.h')
-rw-r--r--Include/internal/pycore_pylifecycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_pylifecycle.h b/Include/internal/pycore_pylifecycle.h
index 00d13b8..295505f 100644
--- a/Include/internal/pycore_pylifecycle.h
+++ b/Include/internal/pycore_pylifecycle.h
@@ -65,7 +65,7 @@ extern PyStatus _Py_HashRandomization_Init(const PyConfig *);
extern PyStatus _PyImportZip_Init(PyThreadState *tstate);
extern PyStatus _PyGC_Init(PyInterpreterState *interp);
extern PyStatus _PyAtExit_Init(PyInterpreterState *interp);
-extern void _Py_Deepfreeze_Init(void);
+extern int _Py_Deepfreeze_Init(void);
/* Various internal finalizers */