From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A021F43D678 for ; Mon, 21 Oct 2019 10:51:22 +0300 (MSK) Date: Mon, 21 Oct 2019 10:51:20 +0300 From: Kirill Yukhin Message-ID: <20191021075120.xybfwaj5re73qhwo@tarantool.org> References: <20191018092936.30298-1-i.kosarev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191018092936.30298-1-i.kosarev@tarantool.org> Subject: Re: [Tarantool-patches] [tarantool-patches] [PATCH v3] refactoring: wrap lua_newthread using luaT_cpcall List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@freelists.org Cc: tarantool-patches@dev.tarantool.org Hello, On 18 окт 12:29, Ilya Kosarev wrote: > Wrap throwing lua_newthread in luaT_newthread using luaT_cpcall > to process arising error properly. > > Closes #4556 I've checked your patch into 1.10, 2.1, 2.2 and master. -- Regards, Kirill Yukhin