diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index e548763..4a278aa 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -98,7 +98,7 @@ void init_save_thread() { if (interpreter_lock) - fatal("2nd call to init_save_thread"); + return; interpreter_lock = allocate_lock(); acquire_lock(interpreter_lock, 1); } |