]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 26 Feb 2022 16:35:03 +0000 (22:05 +0530)
committerGitHub <noreply@github.com>
Sat, 26 Feb 2022 16:35:03 +0000 (08:35 -0800)
commit0d9b565e62a5fc8c3e9b8c64cce764fe084ccb2b
tree240f3538d78b4f390b97fc1e0a2c1e17102f0d49
parentedbee56d698ebb4489aa68311f44d104a23f5eb7
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Include/internal/pycore_code.h
Include/internal/pycore_pylifecycle.h
Objects/codeobject.c
Programs/_bootstrap_python.c
Programs/_freeze_module.c
Python/pylifecycle.c
Tools/scripts/deepfreeze.py