diff options
Diffstat (limited to 'Python/pylifecycle.c')
-rw-r--r-- | Python/pylifecycle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c index 9dd769a..a671bca 100644 --- a/Python/pylifecycle.c +++ b/Python/pylifecycle.c @@ -829,7 +829,7 @@ pycore_interp_init(PyThreadState *tstate) // Intern strings in deep-frozen modules first so that others // can use it instead of creating a heap allocated string. _Py_Deepfreeze_Init(); - + status = pycore_init_types(interp); if (_PyStatus_EXCEPTION(status)) { goto done; |