From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 039EF469719 for ; Fri, 20 Mar 2020 11:34:18 +0300 (MSK) References: <20200320081956.30650-1-gorcunov@gmail.com> <20200320081956.30650-9-gorcunov@gmail.com> From: Oleg Babin Message-ID: Date: Fri, 20 Mar 2020 11:34:13 +0300 MIME-Version: 1.0 In-Reply-To: <20200320081956.30650-9-gorcunov@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v15 08/11] box/txn: unweave txn_commit from txn_commit_async List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov , tml Hi! On 20/03/2020 11:19, Cyrill Gorcunov wrote: > > Fixes #4031 > Does it really resolve #4031 (Non-blocking io.popen)? I assume that it's a mistake.