From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 C2F55469719 for ; Tue, 29 Sep 2020 09:25:31 +0300 (MSK) Date: Tue, 29 Sep 2020 09:25:43 +0300 From: Alexander Turenko Message-ID: <20200929062543.rfjus76ii2lxqodu@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 2.X 3/7] module api: luaT_newthread List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On Thu, Sep 24, 2020 at 08:00:16PM +0300, Timur Safin wrote: > Exporting `luaT_newthread` as it's necessary for external merger But you expose accessors for the temporary Lua state in the later patch. Built-in merger only uses luaT_newthread() in luaT_temp_luastate().